#
whycq
2023-04-18 471057bc4ece00870751e7b1187f244e8cc4137d
pages/login/login.vue
@@ -289,7 +289,7 @@
               url: this.baseHttp + this.baseIP + ':' + this.basePORT + "/" + this.baseUrl +
                  '/login.action',
               data: {
                  username: this.userName,
                  mobile: this.userName,
                  password: md5.hex_md5(this.password)
               },
               header: {
@@ -315,7 +315,7 @@
                     setTimeout(() => {
                        // uni.navigateBack();      //   小程序用这个  把首页路由放第一个
                        uni.reLaunch({
                           url: '../index/index2'
                           url: '../index/index'
                        });
                     }, 1000);
                  } else {