同意用户协议之前不显示sso窗口

This commit is contained in:
kuaifan 2022-09-22 17:52:59 +08:00
parent 8e36b48476
commit 02e99db26e
5 changed files with 7 additions and 3 deletions

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
public/js/build/469.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
567dc8d2dd3e90b9
cd62f46ec2411ea5

View File

@ -313,6 +313,9 @@ export default {
},
inputServerUrl() {
if (this.privacyShow) {
return
}
let value = $A.rightDelete(this.cacheServerUrl, "/api/");
value = $A.leftDelete(value, "http://");
$A.modalInput({
@ -410,6 +413,7 @@ export default {
onPrivacy(agree) {
if (agree) {
this.privacyShow = false
this.inputServerUrl()
} else {
$A.eeuiAppGoDesktop()
}