添加前端国际化框架

This commit is contained in:
2024-12-18 16:41:06 +08:00
parent 41b9914090
commit 219108b6bd
351 changed files with 25091 additions and 840 deletions

View File

@@ -46,6 +46,7 @@ import { addDateRange, handleTree, parseTime, resetForm, selectDictLabel, select
import { getValueByCode } from '@/api/system/param'
import VueBus from 'vue-bus'
import i18n from './i18n'
LogicFlow.use(Menu)
Vue.component('tinymce', Tinymce)
@@ -81,5 +82,6 @@ new Vue({
el: '#app',
router,
store,
i18n,
render: h => h(App)
})