|
@@ -13,11 +13,12 @@ import VXETable from 'vxe-table'
|
|
|
import 'vxe-table/lib/style.css'
|
|
import 'vxe-table/lib/style.css'
|
|
|
import './assets/themes/style.less' // 主题样式
|
|
import './assets/themes/style.less' // 主题样式
|
|
|
// import { timerInterceptor } from '@/utils/timer'
|
|
// import { timerInterceptor } from '@/utils/timer'
|
|
|
-// import { useGlobalStore } from '@/stores'
|
|
|
|
|
|
|
+import { i18n } from '@/stores'
|
|
|
// import Vconsole from 'vconsole'
|
|
// import Vconsole from 'vconsole'
|
|
|
// new Vconsole()
|
|
// new Vconsole()
|
|
|
|
|
|
|
|
const app = createApp(App)
|
|
const app = createApp(App)
|
|
|
|
|
+app.use(i18n)
|
|
|
app.use(router)
|
|
app.use(router)
|
|
|
app.use(directives)
|
|
app.use(directives)
|
|
|
app.use(VXETable)
|
|
app.use(VXETable)
|