|
@@ -42,13 +42,13 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
goMantis() {
|
|
|
- window.location.href = "http://139.196.158.57:8080/mantis/#/dashboard";
|
|
|
+ window.open("http://139.196.158.57:8080/mantis_test/#/dashboard", "_blank");
|
|
|
},
|
|
|
goKpm() {
|
|
|
- window.location.href = "http://106.14.237.165/kpm/#/list/kpm-list";
|
|
|
+ window.open("http://106.14.237.165/kpm/#/list/kpm-list", "_blank");
|
|
|
},
|
|
|
goAutoGo() {
|
|
|
- window.location.href = "http://139.196.158.57/#/Overview";
|
|
|
+ window.open("http://139.196.158.57/#/Overview", "_blank");
|
|
|
},
|
|
|
goHome() {
|
|
|
window.location.href = "/?m=8b934420_ZJUb_b6f9";
|