From 34475f972c47ab1706f2e7b7640f1cd9b81ae1ea Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 15 Nov 2023 10:58:21 +0800
Subject: [PATCH] Merge branch 'feature_1.0'
---
src/views/login/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index ea9242d..e9b6b3a 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -74,7 +74,7 @@
import { getMenus } from '@/router/dynamicRouter.js'
// import store from '@/store'
import { getToken, removeToken } from '@/utils/auth'
-
+import { getDict } from '@/utils/dic.js'
export default {
name: 'Login',
data() {
@@ -142,6 +142,7 @@
.then((res) => {
new Promise((resolve, reject) => {
getMenus()
+ getDict()
resolve()
}).then(() => {
setTimeout(() => {
--
Gitblit v1.8.0