登录
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
<view class="submit">
|
||||
<button class="primary-button" :disabled="disabled" @click="toLogin">登 录</button>
|
||||
</view>
|
||||
<view class="scanBox" @tap="toScan">
|
||||
<!-- <view class="scanBox" @tap="toScan">
|
||||
<view class="iconfont scan_icon"></view>
|
||||
<text class="san_text">扫码登录</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="login_card">
|
||||
<view class="card_wrap">
|
||||
@@ -32,10 +32,10 @@
|
||||
<input type="text" placeholder="域名地址" v-model="baseUrl" class="inputStyle">
|
||||
<text v-show="showBtn1" class="iconfont login_icon delete_icon" @tap="clearData(1)"></text>
|
||||
</view>
|
||||
<view class="inputOuter">
|
||||
<!-- <view class="inputOuter">
|
||||
<input type="text" placeholder="图片域名地址" v-model="imgBaseUrl" class="inputStyle">
|
||||
<text v-show="showBtn2" class="iconfont login_icon delete_icon" @tap="clearData(2)"></text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="submit">
|
||||
<button class="primary-button" :disabled="disabled" @tap="toConfig">配 置</button>
|
||||
|
||||
Reference in New Issue
Block a user