Ben Lin
2024-06-18 94b93ea7e7f83c678b1413fc9fc8642e69213647
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