#
whycq
2024-11-26 db1e197bcfd7d2b0aa369416285e617bd9d08b86
pages/login/login.vue
@@ -9,7 +9,7 @@
      <!-- logo -->
      <view class="logo">
         <view class="logo-box">
            <image src="../../static/img/logo.png" mode="aspectFit"></image>
            <image src="../../static/img/newLogo.png" mode="aspectFit"></image>
         </view>
      </view>
      <view class="content">
@@ -168,6 +168,7 @@
            this.baseUrl = "http://" + this.url.ip + ':' + this.url.port + '/' + this.url.project
            uni.setStorageSync('baseUrl', this.baseUrl);
            uni.setStorageSync('url', this.url);
            uni.setStorageSync('project','tzsk')
            this.$refs.inputDialog.close()
         },
         onLogin() {
@@ -188,6 +189,9 @@
                  "content-type": "application/json"
               },
               success(result) {
                  // uni.reLaunch({
                  //    url: '../home/menuHome'
                  // });
                  if (result.statusCode === 404) {
                     uni.showToast({
                        title: '登录失败',
@@ -211,7 +215,7 @@
                        })
                        setTimeout(() => {
                           uni.reLaunch({
                              url: '../home/home'
                              url: '../home/menuHome'
                           });
                        }, 300)
                     }, 700)