#
whycq
2022-08-18 ad7e1146d1cd5a900ea592d7c1f63bf7863f00e4
pages/login/login.vue
@@ -128,7 +128,7 @@
            password:'',
            rember:true,
            IP:'10.20.192.200',
            PORT:'8080',// 默认端口号
            PORT:'',// 默认端口号
            PROJECT:''
            };
        },
@@ -159,9 +159,10 @@
             that.PORT = UPORT;
            that.basePORT = UPORT;
         } else {
             that.PORT = '8080';
             that.PORT = '';
         }
         const PROJ = uni.getStorageSync('UPROJ');
         this.PROJECT = PROJ;
         this.baseUrl = PROJ
      },
      onLoad:function(){