From c68b0d8b0b7b21e0d5eb7ea54f7642495d8088fc Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 16 Nov 2023 14:25:28 +0800
Subject: [PATCH] fix:添加已作废

---
 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