diff --git a/src/config/route.js b/src/config/route.js index 0dfcf3ce..cee2d38c 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -195,7 +195,6 @@ const routes = [ "meta": { "title": "我创建的", "icon": "el-icon-folder-add", - "perms": ["ownerwork"] }, "component": "wf/ownerwork" } @@ -207,7 +206,6 @@ const routes = [ "meta": { "title": "待办工单", "icon": "el-icon-folder-opened", - "perms": ["duty"] }, "component": "wf/dutywork" }, @@ -217,7 +215,6 @@ const routes = [ "meta": { "title": "我处理的", "icon": "el-icon-expand", - "perms": ["worked"] }, "component": "wf/worked" }, @@ -227,7 +224,6 @@ const routes = [ "meta": { "title": "抄送我的", "icon": "el-icon-edit-pen", - "perms": ["ccwork"] }, "component": "wf/ccwork" }, @@ -238,7 +234,6 @@ const routes = [ "title": "工单详情", "icon": "el-icon-menu", "hidden": true, - "perms": ["allwork"] }, "component": "wf/ticketdetail" }, diff --git a/src/views/ecm/notify_setting.vue b/src/views/ecm/notify_setting.vue index d0adcdb6..9d2b7bec 100644 --- a/src/views/ecm/notify_setting.vue +++ b/src/views/ecm/notify_setting.vue @@ -40,7 +40,7 @@