fix:修改跳转路径
This commit is contained in:
parent
84c3f223d8
commit
608302251d
@ -119,8 +119,8 @@ function goBackend(item: any){
|
|||||||
if(item.url != ''){
|
if(item.url != ''){
|
||||||
// window.location.replace('http://localhost:8080/#/login?command=1&pathItem='+ item.url +'&token=' + store.token);
|
// window.location.replace('http://localhost:8080/#/login?command=1&pathItem='+ item.url +'&token=' + store.token);
|
||||||
console.log(BASEURL)
|
console.log(BASEURL)
|
||||||
// window.open(BASEURL + '/#/login?command=1&pathItem='+ item.url +'&token=' + store.token, '_blank');
|
window.open(BASEURL + '/#/login?command=1&pathItem='+ item.url +'&token=' + store.token, '_blank');
|
||||||
window.open('http://10.0.1.77:8080' + '/#/login?command=1&pathItem='+ item.url +'&token=' + store.token, '_blank');
|
// window.open('http://10.0.1.77:8080' + '/#/login?command=1&pathItem='+ item.url +'&token=' + store.token, '_blank');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const show = ref(false as any)
|
const show = ref(false as any)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user