xjc 3 tahun lalu
induk
melakukan
4b0fd7477c
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 2 2
      src/views/system/Account.vue
  2. 2 2
      vue.config.js

+ 2 - 2
src/views/system/Account.vue

@@ -167,7 +167,7 @@ export default {
       total:100,
       list:[],
       dialogTitle:'',
-      form1:{is_active:1},
+      form1:{is_active:1,password:null,rePassword:null},
       loading:false,
       input:'',
       dialogVisible:false,
@@ -207,7 +207,7 @@ export default {
             this.dialogTitle = "编辑管理员";
             this.dialogVisible = true;
             this.form1 = {...row} ;
-            this.form1.rePassword = this.form1.password
+            this.rePassword = this.form1.password
         },
         gopage(size){
             if(size){

+ 2 - 2
vue.config.js

@@ -3,8 +3,8 @@ module.exports={
         proxy:{
             '/api':{
                 // target:'http://39.107.246.59:81',
-                target:'http://caos.scxjc.club',
-                // target:'http://caos.tederen.com',
+                // target:'http://caos.scxjc.club',
+                target:'https://caos.tederen.com',
                 changeOrigin: true,
             }
         }