|
|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
<div class='right flex flex-col flex-child-average'>
|
|
|
<div class="flex flex-col flex-justify-between" style="height: 560px">
|
|
|
- <div class='flex flex-justify-end'
|
|
|
+ <div class='flex flex-justify-end'
|
|
|
style="margin-right: 3px;margin-top: 3px">
|
|
|
<div>
|
|
|
<img v-if="qrCodeLogin" src='../assets/img/com.png' style='width: 80px'
|
|
|
@@ -20,7 +20,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div v-if='qrCodeLogin' class='flex flex-center flex-col' style="height: 500px">
|
|
|
+ <div v-if='qrCodeLogin' class='flex flex-center flex-col' style="height: 500px;margin-top: -20px">
|
|
|
<span class='font-24 black bold '>欢迎来到梧桐树云平台👏</span>
|
|
|
<div class='flex flex-col flex-center' style='height: 360px;width: 360px;margin-top: -20px'>
|
|
|
<vue-qr :currentLevel='3' :logoCornerRadius='4' :logoScale='0.25' :logoSrc='logoSrc' :text='qrCodeText'
|
|
|
@@ -29,7 +29,7 @@
|
|
|
<span class='mt-10 bold main-color font-16'
|
|
|
style="margin-top: -20px">打开微信扫描二维码登陆梧桐树云平台</span>
|
|
|
</div>
|
|
|
- <div v-else class=' flex flex-col flex-center' style='height: 500px'>
|
|
|
+ <div v-else class=' flex flex-col flex-center' style='height: 500px;margin-top: -20px"'>
|
|
|
<span class='font-24 black bold'>欢迎来到梧桐树云平台👏</span>
|
|
|
<div class="flex flex-col flex-center mt-5" style="width: 450px;height: 400px">
|
|
|
<el-form ref='loginForm' :model="form" :rules="rules">
|
|
|
@@ -82,12 +82,14 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<el-button size='large' style="width: 78%" type='primary' @click='submint'>登录</el-button>
|
|
|
- <div class='flex flex-col mt-10'>
|
|
|
+ <div class='flex flex-col mt-10 flex-center'>
|
|
|
<span class='grey-6'>由梧桐研究院提供技术支持</span>
|
|
|
- <div v-if='dev'>
|
|
|
- <el-button class='mt-10' plain size='small' type='primary' @click='loginAdmin'>业主</el-button>
|
|
|
- <el-button class='mt-10' plain size='small' type='primary' @click='loginOther'>服务商</el-button>
|
|
|
- </div>
|
|
|
+ <span class='grey-6 mt-5'>使用问题请咨询:13908866200</span>
|
|
|
+ <el-button color='#558FF1' @click='download("https://wutong-1302848345.cos.ap-chengdu.myqcloud.com/wtzx/add235841f964f35b916a12020c02a64.doc")' style='width: 160px' plain class='mt-10 blockss'>
|
|
|
+ 点击下载用户指南
|
|
|
+ </el-button>
|
|
|
+ <span class='grey-6 mt-5 font-12 mt-20'>为了获得最佳体验,您可以<span class='blue pointer'
|
|
|
+ @click='download("https://www.google.cn/intl/zh-CN/chrome/")'>点击此处</span>获取Chrome 浏览器</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -209,6 +211,12 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ download (url) {
|
|
|
+ window.open(
|
|
|
+ url,
|
|
|
+ '_blank' // <- This is what makes it open in a new window.
|
|
|
+ )
|
|
|
+ },
|
|
|
loginAdmin () {
|
|
|
this.form.name = '15587166921'
|
|
|
this.form.pass = 'wtkj@123'
|