|
|
@@ -96,10 +96,10 @@
|
|
|
:imgSize="{ width: '330px', height: '155px' }"
|
|
|
ref="verify"
|
|
|
></Verify>
|
|
|
- <div class="footer">
|
|
|
+ <!-- <div class="footer">
|
|
|
<div class="pull-right" v-if="copyright">{{copyright}}</div>
|
|
|
<div class="pull-right" v-else>Copyright ©2014-2023 <a class="infoUrl" href="https://www.baidu.com" target="_blank">{{version}}</a></div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<!-- :imgs="[Img1, Img2]" 支持自定义背景图片,详见 https://juejin.cn/post/6978777429447966757 -->
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -208,7 +208,7 @@ export default {
|
|
|
this.swiperData();
|
|
|
});
|
|
|
this.captchas();
|
|
|
- this.getCopyright();
|
|
|
+ // this.getCopyright();
|
|
|
},
|
|
|
methods: {
|
|
|
//切换登录方式
|
|
|
@@ -274,15 +274,15 @@ export default {
|
|
|
}
|
|
|
return data[0].path
|
|
|
},
|
|
|
- getCopyright() {
|
|
|
- copyrightInfoApi().then(res => {
|
|
|
- let data = res.data;
|
|
|
- this.copyright = data.copyrightContext;
|
|
|
- this.version = data.version;
|
|
|
- }).catch(res => {
|
|
|
- this.$Message.error(res.msg)
|
|
|
- })
|
|
|
- },
|
|
|
+ // getCopyright() {
|
|
|
+ // copyrightInfoApi().then(res => {
|
|
|
+ // let data = res.data;
|
|
|
+ // this.copyright = data.copyrightContext;
|
|
|
+ // this.version = data.version;
|
|
|
+ // }).catch(res => {
|
|
|
+ // this.$Message.error(res.msg)
|
|
|
+ // })
|
|
|
+ // },
|
|
|
// 关闭模态框
|
|
|
closeModel(params) {
|
|
|
if(this.resetStatus == false) {
|