mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 21:20:31 +00:00
同意用户协议之前不显示sso窗口
This commit is contained in:
parent
8e36b48476
commit
02e99db26e
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
1
public/js/build/467.js
vendored
1
public/js/build/467.js
vendored
File diff suppressed because one or more lines are too long
1
public/js/build/469.js
vendored
Normal file
1
public/js/build/469.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
567dc8d2dd3e90b9
|
||||
cd62f46ec2411ea5
|
||||
|
||||
@ -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()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user