From 836c8c17007532540a503197a433f5d8c9a0f198 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Sun, 08 Oct 2023 17:34:36 +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