diff --git a/.env b/.env
index 621a5f9..b769819 100644
--- a/.env
+++ b/.env
@@ -2,10 +2,10 @@
VITE_PORT = 3100
# 网站标题
-VITE_GLOB_APP_TITLE = JeecgBoot 企业级低代码平台
+VITE_GLOB_APP_TITLE = 运维平台
# 简称,此变量只能是字符/下划线
-VITE_GLOB_APP_SHORT_NAME = JeecgBoot_Pro
+VITE_GLOB_APP_SHORT_NAME = 运维平台
# 单点登录服务端地址
VITE_GLOB_APP_CAS_BASE_URL=http://cas.test.com:8443/cas
diff --git a/public/logo.png b/public/logo.png
index 8072ced..0a65f87 100644
Binary files a/public/logo.png and b/public/logo.png differ
diff --git a/src/views/config/serviceDirective/ConfigServiceDirectiveList.vue b/src/views/config/serviceDirective/ConfigServiceDirectiveList.vue
index abd2742..7c77b0d 100644
--- a/src/views/config/serviceDirective/ConfigServiceDirectiveList.vue
+++ b/src/views/config/serviceDirective/ConfigServiceDirectiveList.vue
@@ -9,7 +9,7 @@
服务类别
@@ -17,7 +17,7 @@
服务类型
diff --git a/src/views/config/serviceDirective/components/ConfigServiceDirectiveForm.vue b/src/views/config/serviceDirective/components/ConfigServiceDirectiveForm.vue
index c5ec554..6f31cc7 100644
--- a/src/views/config/serviceDirective/components/ConfigServiceDirectiveForm.vue
+++ b/src/views/config/serviceDirective/components/ConfigServiceDirectiveForm.vue
@@ -9,7 +9,7 @@
@@ -99,7 +99,7 @@
+ :dictCode="`nu_config_directive_tag,tag_name,id,del_flag = 0 order by sort asc`" />
@@ -282,9 +282,9 @@ watch(
(newCategoryId) => {
if (!newCategoryId) {
formData.typeId = '';
- typeDictCode.value = 'config_service_type,type_name,id,del_flag = 99 order by sort asc';
+ typeDictCode.value = 'nu_config_service_type,type_name,id,del_flag = 99 order by sort asc';
} else {
- typeDictCode.value = `config_service_type,type_name,id,del_flag = 0 and category_id = '${newCategoryId}' order by sort asc`;
+ typeDictCode.value = `nu_config_service_type,type_name,id,del_flag = 0 and category_id = '${newCategoryId}' order by sort asc`;
}
}
);
diff --git a/src/views/config/serviceType/ConfigServiceTypeList.vue b/src/views/config/serviceType/ConfigServiceTypeList.vue
index b1be729..a4c007d 100644
--- a/src/views/config/serviceType/ConfigServiceTypeList.vue
+++ b/src/views/config/serviceType/ConfigServiceTypeList.vue
@@ -9,7 +9,7 @@
服务类别
diff --git a/src/views/config/serviceType/components/ConfigServiceTypeForm.vue b/src/views/config/serviceType/components/ConfigServiceTypeForm.vue
index 8070999..ac48a81 100644
--- a/src/views/config/serviceType/components/ConfigServiceTypeForm.vue
+++ b/src/views/config/serviceType/components/ConfigServiceTypeForm.vue
@@ -9,7 +9,7 @@