From 8d6f97a29f9e98e1c190625868b41f93dc020945 Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期四, 16 五月 2024 16:16:32 +0800 Subject: [PATCH] 小修改 --- src/main.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main.ts b/src/main.ts index 60c3c05..f9d6534 100644 --- a/src/main.ts +++ b/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 -- Gitblit v1.9.3