From 19848df78eed91b3a7e287006d2a1ad4a39ee821 Mon Sep 17 00:00:00 2001 From: wxs <211789910@qq.com> Date: Fri, 6 Mar 2026 11:26:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=88=87=E6=8D=A2=E6=97=B6?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=AF=B7=E6=B1=82=E6=95=B0=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Skyeye-sys-ui/src/layout/components/header-nav/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.js b/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.js index b36dde4..93dd787 100644 --- a/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.js +++ b/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.js @@ -173,12 +173,14 @@ export default { ...mapActions('app', ['reload']), ...mapMutations('app', ['SET_SCENE_ID', 'SET_SCENE_INFO', 'SET_MENUS_CHOSE']), ...mapMutations('user', ['SET_ROLES', 'SET_USER_ID', 'SET_USERNAME']), + ...mapActions('dict', ['getDict']), handleSelect(key) { this.SET_MENUS_CHOSE(key) }, changeLocale(lang) { this.$i18n.locale = lang localStorage.setItem('locale', lang) + this.getDict() // 处理gis上已添加的entity viewer.entities.values.forEach(el => { if (el.id.includes('area')) {