From ac4341ea6b66ae02427d39d35f41d42d78b2eb2e Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期五, 14 二月 2025 10:08:32 +0800 Subject: [PATCH] # --- zy-asrs-admin/src/main.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/zy-asrs-admin/src/main.js b/zy-asrs-admin/src/main.js index 35e814f..b3dc4d2 100644 --- a/zy-asrs-admin/src/main.js +++ b/zy-asrs-admin/src/main.js @@ -8,6 +8,7 @@ import { initRouter } from '@/router/index.js' import { globalState } from './config.js' import print from 'vue3-print-nb' +import { loadData } from '@/utils/localeUtils.js' const app = createApp(App) @@ -21,6 +22,8 @@ if(locale != null) { globalState.locale = locale; } + + loadData(globalState.locale) } } -- Gitblit v1.9.1