diff --git a/src/main/webapp/WEB-INF/manager/cms/category/index.ftl b/src/main/webapp/WEB-INF/manager/cms/category/index.ftl
index 131e6cbf..1f33f3b3 100644
--- a/src/main/webapp/WEB-INF/manager/cms/category/index.ftl
+++ b/src/main/webapp/WEB-INF/manager/cms/category/index.ftl
@@ -1,339 +1,353 @@
- 分类
- <#include "../../include/head-file.ftl">
-
+ 分类
+ <#include "../../include/head-file.ftl">
+
-
-
-
-
-
- {{emptyText}}
-
-
-
- 编号
-
- 标签:${'$'}{field.id}
-
-
-
-
- {{scope.row.id}}
-
-
-
-
+
+
+
+
+
+ {{emptyText}}
+
+
+
+ 编号
+
+ 标签:${'$'}{field.id}
+
+
+
+
+ {{scope.row.id}}
+
+
+
+
-
-
-
-
- {{"{ms:global.url/}"+scope.row.categoryPath+"/index.html"}}
- {{scope.row.categoryDiyUrl}}
-
-
+
+
+
+
+ {{"{ms:global.url/}"+scope.row.url}}
+ {{scope.row.categoryDiyUrl}}
+
+
-
- {{scope.row.categoryType == '1'?scope.row.categoryUrl:''}}
- {{scope.row.categoryType == '2'?scope.row.categoryUrl:''}}
-
+
+ {{scope.row.categoryType == '1'?scope.row.categoryUrl:''}}
+ {{scope.row.categoryType == '2'?scope.row.categoryUrl:''}}
+
+
+
+
+ {{getDictLabel(scope.row.categoryFlag)}}
+
-
-
- {{getDictLabel(scope.row.categoryFlag)}}
-
+
+
+ 预览
+ <@shiro.hasPermission name="cms:category:save">
+ 子栏目
+
+ @shiro.hasPermission>
+ <@shiro.hasPermission name="cms:category:save">
+ 克隆
+ @shiro.hasPermission>
+ <#-- <@shiro.hasPermission name="cms:category:update">-->
+ <#-- 应用子栏目-->
+ <#-- @shiro.hasPermission>-->
+ <@shiro.hasPermission name="cms:category:update">
+ 编辑
+ @shiro.hasPermission>
+ <@shiro.hasPermission name="cms:category:del">
+ 删除
+ @shiro.hasPermission>
+
-
-
- <@shiro.hasPermission name="cms:category:save">
- 子栏目
- @shiro.hasPermission>
- <@shiro.hasPermission name="cms:category:save">
- 克隆
- @shiro.hasPermission>
- <#-- <@shiro.hasPermission name="cms:category:update">-->
-<#-- 应用子栏目-->
-<#-- @shiro.hasPermission>-->
- <@shiro.hasPermission name="cms:category:update">
- 编辑
- @shiro.hasPermission>
- <@shiro.hasPermission name="cms:category:del">
- 删除
- @shiro.hasPermission>
-
-
-
-
-
+
+
+