@@ -1,7 +1,7 @@
import { createSSRApp } from 'vue'
import App from './App.vue'
import store from './store'
-import i18n from './locale/index'
+import i18n from './locales/index'
import 'virtual:svg-icons-register'
import 'virtual:uno.css'
/* eslint-disable no-param-reassign */
import { useUserStore } from '@/store'
import { UserInfo } from '@/typings'
-import { translate as t } from '@/locale/index'
+import { translate as t } from '@/locales/index'
type Data<T> = {
code: number