xwt
5 天以前 2884be21228fb6b9ed801d732813e8df507cae23
推送钉钉更改
已修改2个文件
6 ■■■■ 文件已修改
pages/QC/LLJ/Add.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
store/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/QC/LLJ/Add.vue
@@ -455,7 +455,7 @@
                                console.log("完整的提交数据:", this.QcIssueResultDetailes);
                                const url = this.$store.state.serverInfo.serverAPI+`/QcIssueResult/GetProcessNo`;
                                // 发送 POST 请求
                                if (this.PSTYPE === '特采/让步使用') {// 发送 POST 请求
                                uni.request({
                                    url: url, // 请求地址
                                    method: 'POST', // 请求方法
@@ -487,7 +487,7 @@
                                        });
                                    }
                                });
                            }
                                uni.showToast({
                                    title: res.message.toString(),
                                    icon: 'success',
store/index.js
@@ -10,7 +10,7 @@
            networkFlag:'内网', 
            serverURLInt:'http://192.168.11.251:10055',//服务器体检 10.0.1.104:10054
            serverURL:'http://localhost:10055',//本地调试地址
            //serverAPI:'http://localhost:5184/api',//当前正在使用的服务器,默认为外网  localhost
            serverAPI:'http://localhost:5184/api',//当前正在使用的服务器,默认为外网  localhost
            //serverAPI:'http://192.168.1.22:10054/api',//当前正在使用的服务器,默认为外网  10054为正式API
            //serverAPI:'http://192.168.1.104:10055/api',//当前正在使用的服务器,默认为外网  10055为测试API
            serverAPI:'http://36.26.21.214:10055/api',