liuyuqiang 2 gadi atpakaļ
vecāks
revīzija
cdb0b92567

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

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

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

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