From 2cd26d312f47a79fb9b8b444a3f1760f98d03e38 Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期一, 20 五月 2024 15:03:13 +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