| | |
| | | <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':'']" |
| | |
| | | |
| | | </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> --> |
| | |
| | | }, |
| | | }, |
| | | methods: { |
| | | // 配置 URL PORT 项目(jkwms) |
| | | config() { |
| | | this.$refs.popup.open("center") |
| | | }, |
| | | longpressImg() { // 长按图片 |
| | | this.$refs.serverPort.open() |
| | | }, |
| | |
| | | @import "../../colorui/icon.css"; |
| | | @import "../../colorui/animation.css"; |
| | | |
| | | .config { |
| | | width: 500rpx; |
| | | height: 500rpx; |
| | | background-color: #fff; |
| | | } |
| | | .login-paddingtop { |
| | | padding-top: 50upx; |
| | | } |