处理上架刷新出现 异常的问题
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
},
|
||||
changeConfig() {
|
||||
this.$http.defaults.baseURL = this.currentLib == "apps" ? "/lan" :
|
||||
this.currentLib == "saas" ? "/saas" : "/"
|
||||
this.currentLib == "saas" ? "/online" : "/"
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
Reference in New Issue
Block a user