From 7f1d6eb9f555b1f38d85e84d57bc17192cceb274 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期二, 07 一月 2025 14:22:40 +0800
Subject: [PATCH] 1、修改logo图标 2、修改config.ts plat_url值 3、移除VITE_PLAT_API_URL 4、将应用改为目录

---
 src/utils/constants.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index b21f067..987df88 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -31,7 +31,7 @@
  * 应用菜单的类型枚举
  */
 export const SystemAppMenuTypeEnum = {
-  DIR: 1, // 应用
+  DIR: 1, // 目录
   MENU: 2, // 菜单
   BUTTON: 3 // 按钮
 }

--
Gitblit v1.9.3