From b42b180f5c2bc89e494b2274d8d454a4bd6dbf9c Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期五, 21 三月 2025 17:27:59 +0800
Subject: [PATCH] art: 系统管理-用户管理-添加选择设备,并根据是否有设备管理模块功能区分加载 哪个模块的设备倏

---
 lxzn-module-system/lxzn-system-start/src/main/resources/jeecg/jeecg_config.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxzn-module-system/lxzn-system-start/src/main/resources/jeecg/jeecg_config.properties b/lxzn-module-system/lxzn-system-start/src/main/resources/jeecg/jeecg_config.properties
index 6a9d602..07aa3da 100644
--- a/lxzn-module-system/lxzn-system-start/src/main/resources/jeecg/jeecg_config.properties
+++ b/lxzn-module-system/lxzn-system-start/src/main/resources/jeecg/jeecg_config.properties
@@ -1,7 +1,7 @@
 #code_generate_project_path
-project_path=F:\\java_workspace
+project_path=D:\\java_workspace
 #bussi_package[User defined]
-bussi_package=org.jeecg.modules.mdc
+bussi_package=org.jeecg.modules
 
 
 #default code path

--
Gitblit v1.9.3