This commit is contained in:
zhangsir
2024-06-19 18:58:24 +08:00
parent eac9172e06
commit be0080f133
8 changed files with 10 additions and 5 deletions

View File

@@ -196,7 +196,7 @@
that.$store.dispatch("LogOut").then(rs =>{
that.clearShow=false;
if(rs.status==200){
let loginPath=this.$config.loginPath;
let loginPath=this.$config.loginPathLogin;
if(loginPath.startsWith('http')){
// #ifdef APP-PLUS
plus.runtime.openURL(loginPath) //这里默认使用外部浏览器打开而不是内部web-view组件打开