|
@@ -77,7 +77,6 @@ router.afterEach(() => {
|
|
|
|
|
|
|
|
// 路由跳转函数
|
|
// 路由跳转函数
|
|
|
const changeRouter = (path: any) => {
|
|
const changeRouter = (path: any) => {
|
|
|
- console.log(userStore.isLogin)
|
|
|
|
|
if (path == '/PromptConfiguration') {
|
|
if (path == '/PromptConfiguration') {
|
|
|
emitter.emit('checkPrompt')
|
|
emitter.emit('checkPrompt')
|
|
|
} else {
|
|
} else {
|