Commit 83beff3e authored by “yiyousong”'s avatar “yiyousong”

fix:修改跳转

parent 03a99584
<!-- <template>
<template>
<admin-layout>
<contextmenu
:itemList="menuItemList"
......@@ -395,4 +395,4 @@ export default {
margin: 0 auto;
}
}
</style> -->
</style>
......@@ -11,7 +11,6 @@ export default {
return {};
},
created() {
console.log(process.env.VUE_APP_API_BASE_URL);
this.getToken();
},
methods: {
......@@ -23,9 +22,9 @@ export default {
this.$router.push("basicset/website");
} else {
this.$message.warning("跳转失败,请重新登录");
// setTimeout(() => {
// location.href = process.env.VUE_APP_API_portal_URL + "/#/";
// }, 2000);
setTimeout(() => {
location.href = process.env.VUE_APP_API_portal_URL + "/#/";
}, 2000);
}
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment