liuyuqiang 2 lat temu
rodzic
commit
cdb0b92567

+ 1 - 1
sooka-admin/src/main/resources/application.yml

@@ -99,7 +99,7 @@ shiro:
     # 首页地址
     indexUrl: /index
     # 验证码开关
-    captchaEnabled: false
+    captchaEnabled: true
     # 验证码类型 math 数组计算 char 字符
     captchaType: char
   cookie:

+ 3 - 5
sooka-admin/src/main/resources/templates/system/notice/notice.html

@@ -65,11 +65,9 @@
                 modalName: "公告",
 				showSearch: false,
                 columns: [{
-		            checkbox: true
-		        },
-				{
 					field : 'noticeId', 
-					title : '序号' 
+					title : '序号',
+					visible: false
 				},
 				/*{
 					field : 'noticeTitle', 
@@ -86,7 +84,7 @@
 				{
 					field: 'noticeContent',
 					title: '公告内容',
-					width: '600px'
+					width: '800px'
 				},
 			/*	{
 		            field: 'status',