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

fix:修改跳转

parent 03a99584
<!-- <template> <template>
<admin-layout> <admin-layout>
<contextmenu <contextmenu
:itemList="menuItemList" :itemList="menuItemList"
...@@ -395,4 +395,4 @@ export default { ...@@ -395,4 +395,4 @@ export default {
margin: 0 auto; margin: 0 auto;
} }
} }
</style> --> </style>
...@@ -11,7 +11,6 @@ export default { ...@@ -11,7 +11,6 @@ export default {
return {}; return {};
}, },
created() { created() {
console.log(process.env.VUE_APP_API_BASE_URL);
this.getToken(); this.getToken();
}, },
methods: { methods: {
...@@ -23,9 +22,9 @@ export default { ...@@ -23,9 +22,9 @@ export default {
this.$router.push("basicset/website"); this.$router.push("basicset/website");
} else { } else {
this.$message.warning("跳转失败,请重新登录"); this.$message.warning("跳转失败,请重新登录");
// setTimeout(() => { setTimeout(() => {
// location.href = process.env.VUE_APP_API_portal_URL + "/#/"; location.href = process.env.VUE_APP_API_portal_URL + "/#/";
// }, 2000); }, 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