|
@@ -13,6 +13,7 @@
|
|
|
密码登录
|
|
|
</div>
|
|
|
</div> -->
|
|
|
+ <!-- 2 -->
|
|
|
<div v-show="stageType==2" class="login-erw">
|
|
|
<h2 class="logerw_tit">
|
|
|
二维码快速登录
|
|
@@ -279,10 +280,10 @@
|
|
|
this.qecode = res.data
|
|
|
console.log(res.msg,67)
|
|
|
let apiurl = settings.urls
|
|
|
- if(apiurl.includes('47.114.172.162')){
|
|
|
+ if(apiurl.includes('118.178.139.79')){
|
|
|
apiurl = 'https://video.zhongxinyun.com.cn/api'
|
|
|
}
|
|
|
- let urls = `${apiurl}/applet/scanQr/${res.msg}`
|
|
|
+ let urls = `${apiurl}/auth/scanCode/${res.data}`
|
|
|
console.log(urls,987)
|
|
|
this.creatQrCode(urls)
|
|
|
this.isInvalid = false
|
|
@@ -510,7 +511,7 @@
|
|
|
.login-erw-thre {
|
|
|
border-radius: 4px;
|
|
|
background: #ffffff;
|
|
|
- padding: 81px 41px;
|
|
|
+ padding: 0;
|
|
|
text-align: center;
|
|
|
display: flex;
|
|
|
align-items: center;
|