From e33d593df8bf528ad793bf80eb8f391513ccc2ba Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 30 五月 2024 21:01:05 +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