Sfoglia il codice sorgente

上线 修改 账户配置

jiayufei 4 anni fa
parent
commit
ab95c1e76a

+ 3 - 3
src/views/modules/account-config/components/configuration-copy.vue

@@ -2679,7 +2679,7 @@ export default {
                     this.$message.success('创建成功');
                     this.sureLoading = false;
                     this.$router.replace('/account-config/account-config');
-                    this.$bus.$emit('remove', '/account-config/components/configuration-modal');
+                    this.$bus.$emit('remove', '/account-config/components/configuration-copy');
                 }
                 else {
                     this.sureLoading = false;
@@ -3061,7 +3061,7 @@ export default {
                     this.$message.success(result.message);
                     this.sureLoading = false;
                     this.$router.replace('/account-config/account-config');
-                    this.$bus.$emit('remove', '/account-config/components/configuration-modal');
+                    this.$bus.$emit('remove', '/account-config/components/configuration-copy');
                 }
                 else {
                     this.sureLoading = false;
@@ -3073,7 +3073,7 @@ export default {
         },
         handleRelaxCancel() {
             this.$router.replace('/account-config/account-config');
-            this.$bus.$emit('remove', '/account-config/components/configuration-modal');
+            this.$bus.$emit('remove', '/account-config/components/configuration-copy');
         },
         handleEnterChang(value) {
             this.creativeTag.push(...value);

+ 2 - 2
src/views/modules/user-manage-operation/user-manage-operation-server.js

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

+ 0 - 1
src/views/modules/user-manage-operation/user-manage-operation.vue

@@ -207,7 +207,6 @@ export default {
     },
 	mounted() {
 		this.handleGetDataInit();
-		console.log(this.userInfo(), '-------');
 	},
     methods: {
 		...mapGetters(['userInfo']),

File diff suppressed because it is too large
+ 575 - 590
src/views/system/modules/UserModal.vue


+ 2 - 2
vue.config.js

@@ -87,8 +87,8 @@ module.exports = {
         // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
         // target:'http://118.24.244.213:8804',
         // target: 'http://192.168.1.43:8806', // 子安
-        // target: 'http://192.168.1.8:8806', // 学超
-       target:'http://139.186.165.84:8806', //测试
+        target: 'http://192.168.1.8:8806', // 学超
+    //    target:'http://139.186.165.84:8806', //测试
         // target:'http://apipre.tjyourong.com.cn', //预生产
 
         ws: false,