1
0
Fork 0

Compare commits

..

No commits in common. "94cd31bf51fa2933834a95133c0fdd0648732253" and "da0e743bc5fa6dd3c9d66988809a4b179db57088" have entirely different histories.

2 changed files with 5 additions and 18 deletions

View File

@ -30,9 +30,7 @@
<u-button text="登录" type="primary" @click="submit"></u-button>
</view>
</view>
<view class="icp">
<text @click="handleIcp">{{ setting.web_icp }}</text>
</view>
<!-- <svg class="buttom-image" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto"><defs><path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"></path></defs><g class="_parallax_1d8xe_24"><use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255, 255, 255, 0.7)"></use><use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255, 255, 255, 0.5)"></use><use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255, 255, 255, 0.3)"></use><use xlink:href="#gentle-wave" x="48" y="7" fill="rgba(255, 255, 255, 1)"></use></g></svg> -->
</view>
</template>
@ -46,7 +44,7 @@ export default {
captcha: '',
sys_captcha: '',
openid: '',
open_type: '',
open_type: ''
},
rules: {
username: {
@ -66,15 +64,14 @@ export default {
}
},
setting: {
login_captcha: false,
web_icp: ''
login_captcha: false
},
captcha: '',
logo: '',
appName: '',
openid: '',
open_type: '',
open_type: ''
}
},
onLoad(e) {
@ -121,11 +118,6 @@ export default {
this.user.sys_captcha = res.data.sys_captcha
}
})
},
handleIcp() {
// #ifdef H5
window.open('https://beian.miit.gov.cn', '_blank')
// #endif
}
}
}
@ -161,9 +153,4 @@ export default {
.app-name {
font-size: 20px;
}
.icp {
margin-top: 50px;
text-align: center;
color: white;
}
</style>

View File

@ -315,7 +315,7 @@ export default {
width: 100%;
margin-top: 20px;
}
.page ::v-deep .u-radio-group .u-radio:nth-child(even) {
.page ::v-deep .u-radio:not(:first) {
margin-left: 10px;
}
</style>