From 43ef00b944c787bcfc16a396cc521a0ddfbb2beb Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 11 四月 2024 17:49:20 +0800
Subject: [PATCH] 富文本组件选项中文汉化
---
Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java b/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java
index 04b1109..f6cbef8 100644
--- a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java
+++ b/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java
@@ -1,5 +1,6 @@
package com.vci.web.controller;
+import com.vci.starter.web.annotation.controller.VciUnCheckRight;
import com.vci.starter.web.annotation.log.VciBusinessLog;
import com.vci.starter.web.pagemodel.BaseResult;
import com.vci.web.pageModel.UIContentVO;
@@ -41,6 +42,7 @@
* @return UI涓婁笅鏂�
*/
@GetMapping("/getUIContentByBtmTypeAndId")
+ @VciUnCheckRight
public UIContentVO getUIContentByBtmTypeAndId(String btmType,String id){
return uiService.getUIContentByBtmTypeAndId(btmType,id);
}
--
Gitblit v1.9.3