mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
打包
This commit is contained in:
@@ -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组件打开
|
||||
|
||||
Reference in New Issue
Block a user