|
@@ -75,7 +75,7 @@ import { getUserProfile } from "@/api/system/user";
|
|
|
let mo = href.lastIndexOf(":") > 6 ? href.lastIndexOf(":") : href.lastIndexOf("/")
|
|
|
let ip = href.substr(href.indexOf("://")+3,mo);
|
|
|
let url =href.substr(0,mo)
|
|
|
- let toUrl = url +":15001/index58"
|
|
|
+ let toUrl = url +":15001/newpage"
|
|
|
window.location.href = toUrl
|
|
|
},
|
|
|
getUser(){
|
|
@@ -99,7 +99,7 @@ import { getUserProfile } from "@/api/system/user";
|
|
|
let mo = href.lastIndexOf(":") > 6 ? href.lastIndexOf(":") : href.lastIndexOf("/")
|
|
|
let ip = href.substr(href.indexOf("://") + 3, mo);
|
|
|
let url = href.substr(0, mo)
|
|
|
- let toUrl = url + ":15001/index58"
|
|
|
+ let toUrl = url + ":15001/newpage"
|
|
|
window.location.href = toUrl
|
|
|
},
|
|
|
async logout() {
|