#
Junjie
2024-08-16 fc8767d2b01d295aaa9e1a8dd2da55e4c0484130
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)
    }
}