From c5df4a9e135ee96a8b9b0b9a9a4732fdb4f0d2af Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 09 Oct 2023 11:41:42 +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