#
whycq
2022-12-28 d90ef2be7ef8b6d96722311b8fe4493ce3d0d59f
pages/login/login.vue
@@ -58,7 +58,7 @@
               </view>
               <view class="config-item">
                  <text>项目:</text>
                  <input v-model="PROJECT" type="text" placeholder="lywms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
                  <input v-model="PROJECT" type="text" placeholder="wms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
               </view>
               <view class="flex justify-around">
                  <button class="cu-btn bg-blue lg" @click="configConfirm">确认</button>
@@ -294,9 +294,9 @@
                     }
                     uni.setStorageSync('token', res.data.token);
                     setTimeout(() => {
                        uni.navigateBack();      //   小程序用这个  把首页路由放第一个
                        // uni.navigateBack();      //   小程序用这个  把首页路由放第一个
                        uni.reLaunch({
                           url: '../index/index'
                           url: '../index/index2'
                        });
                     }, 1000);
                  } else {
@@ -348,6 +348,7 @@
      width: 500rpx;
      height: 500rpx;
      background-color: #fff;
      border-radius: 20px;
   }
   .config-title {
      height: 100rpx;