#
whycq
2024-03-02 c390c642dbf9d95ccc820ba59b25591c2b376a45
pages/login/login.vue
@@ -44,7 +44,6 @@
            </view>
        </scroll-view>
      
      <view>
         <uni-popup ref="popup" type="right">
            <view class="config">
@@ -295,7 +294,7 @@
                     }
                     uni.setStorageSync('token', res.data.token);
                     setTimeout(() => {
                        uni.navigateBack();      //   小程序用这个  把首页路由放第一个
                        // uni.navigateBack();      //   小程序用这个  把首页路由放第一个
                        uni.reLaunch({
                           url: '../index/index'
                        });
@@ -388,7 +387,7 @@
    .zai-logo {
        width: 600upx;
        height: 150px;
        height: 100px;
    }
    .zai-title {