Parcourir la source

work-jyf 准备部署代码

jiayufei il y a 3 ans
Parent
commit
ed68265da7

+ 2 - 2
src/views/modules/account-config/account-config-server.js

@@ -3,8 +3,8 @@
  * @author jiayufei
  */
 
-export const urlAcount = 'http://118.24.244.213:8808'; // 线上
+// export const urlAcount = 'http://118.24.244.213:8808'; // 线上
 // export const urlAcount = 'http://apipre.tjyourong.com.cn'; // 预生产
 // export const urlAcount = 'http://192.168.1.43:8808'; // 子安
-// export const urlAcount = 'http://139.186.165.84:8808'; // 测试
+export const urlAcount = 'http://139.186.165.84:8808'; // 测试
 // export const urlAcount = 'http://192.168.1.8:8080'; // 学超

+ 3 - 1
src/views/modules/settlement-information/settlement-information.vue

@@ -528,7 +528,9 @@ export default {
             this.mode2 = [mode[0] === 'date' ? 'month' : mode[0], mode[1] === 'date' ? 'month' : mode[1]];
         },
         handleProductIdChange(e) {
-            this.handleGetDownLoadAllNum();
+            if (!this.settlementModalForm.uploadYears) {
+                this.handleGetDownLoadAllNum();
+            }
         },
         handlePolicyUploadChange(e) {
             this.policyOperationForm.advertiserId = undefined;

+ 2 - 2
vue.config.js

@@ -114,9 +114,9 @@ module.exports = {
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目
         // target:'http://118.24.244.213:8804',
-        target: 'http://192.168.1.43:9999', // 子安
+        // target: 'http://192.168.1.43:9999', // 子安
         // target: 'http://192.168.1.8:8806', // 学超
-        // target:'http://gateway.tjyourong.com.cn', //测试
+        target:'http://gateway.tjyourong.com.cn', //测试
         // target:'http://apipre.tjyourong.com.cn', //预生产
         // target: 'http://192.168.1.134:8080', //请求本地 需要jeecg-boot后台项目  周泽宇