#
whycq
2022-07-21 7c3077e5336c2b5945a70ccc39e43edcc0b94d58
pages/login/login.vue
@@ -25,7 +25,8 @@
                        <checkbox value="cb" :checked="rember"  @tap="rember = !rember" style="transform:scale(0.7)" /><text>记住密码</text>
                     </label>
                  </checkbox-group>
                  <text class="changeIP" @click="changeIP()">设置IP</text>
                  <!-- <text class="changeIP" @click="changeIP()">设置IP</text> -->
                  <text class="changeIP" @click="config()">配置</text>
               </view>
               <view class="flex padding justify-center margin-top">
                  <button class="cu-btn bg-blue lg  shadow" :loading="loading" :class="[shape=='round'?'round':'']"
@@ -42,6 +43,33 @@
            
            </view>
        </scroll-view>
      <view>
         <uni-popup ref="popup" type="right">
            <view class="config">
               <view>
                  <text>ip地址</text>
                  <input type="text" placeholder="192.168.1.1">
               </view>
               <view>
                  <text>端口号</text>
                  <input type="text" placeholder="8080">
               </view>
               <view>
                  <text>项目</text>
                  <input type="text" placeholder="jkwms">
               </view>
               <view>
                  <button>确认</button>
               </view>
            </view>
         </uni-popup>
      </view>
      <!-- 登录加载弹窗 -->
      <view class="cu-load load-modal" v-if="loading">
         <!-- <view class="cuIcon-emojifill text-orange"></view> -->
@@ -161,6 +189,10 @@
            },
      },
        methods: {
         // 配置 URL PORT 项目(jkwms)
         config() {
            this.$refs.popup.open("center")
         },
         longpressImg() { // 长按图片
            this.$refs.serverPort.open()
         },
@@ -299,6 +331,11 @@
   @import "../../colorui/icon.css";
   @import "../../colorui/animation.css";
   
   .config {
      width: 500rpx;
      height: 500rpx;
      background-color: #fff;
   }
    .login-paddingtop {
        padding-top: 50upx;
    }