Ben Lin
2024-05-30 e33d593df8bf528ad793bf80eb8f391513ccc2ba
src/main.ts
@@ -15,6 +15,7 @@
import { router, setupRouter } from '@/router';
import { setupRouterGuard } from '@/router/guard';
import { setupStore } from '@/store';
// import { buildUUID } from '@/utils/uuid';
import App from './App.vue';
@@ -33,6 +34,7 @@
  // 注册全局组件
  registerGlobComp(app);
  // app.config.globalProperties.name = buildUUID();
  // Multilingual configuration
  // 多语言配置
  // Asynchronous case: language files may be obtained from the server side