|
@@ -8,6 +8,7 @@ import RouterViewCom from "@/layout/router-view.vue";
|
|
|
import {stagingRouterMap, stagingRouter} from './modules/staging'
|
|
|
import {systemRouterMap, systemRouter} from './modules/system'
|
|
|
import {ElMessage} from "element-plus";
|
|
|
+import {toLogin} from "@/utils/permissions";
|
|
|
|
|
|
export const RoutersMap = new Map([
|
|
|
...stagingRouterMap,
|
|
@@ -78,12 +79,6 @@ const getInit = (to: any, next: any) => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-//跳转登录
|
|
|
-export const toLogin = () => {
|
|
|
- sessionStorage.clear();
|
|
|
- window.location.replace("/login");
|
|
|
-};
|
|
|
-
|
|
|
export const initMainRouter = async () => {
|
|
|
if (sessionStorage.getItem("sg_token") && location.pathname !== '/login') {
|
|
|
store.dispatch('app/LOAD_TIMESTAMP')
|