From d9e0d8f77f29c00b14925f8398bc526682c9dd38 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 23 七月 2024 16:56:48 +0800
Subject: [PATCH] 增加系统配置项VITE_GLOB_SYS_TYPE, WMS/MES

---
 types/global.d.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/types/global.d.ts b/types/global.d.ts
index 850f933..5ca6c62 100644
--- a/types/global.d.ts
+++ b/types/global.d.ts
@@ -75,7 +75,7 @@
     VITE_USE_MOCK: boolean;
     VITE_PUBLIC_PATH: string;
     VITE_GLOB_APP_TITLE: string;
-    VITE_APP_TYPE: string;
+    VITE_GLOB_APP_TYPE: string;
     VITE_BUILD_COMPRESS: 'gzip' | 'brotli' | 'none';
   }
 

--
Gitblit v1.9.3