Commit 48bf6c73 authored by rencs's avatar rencs

10.21 通用设置

parent 8d2aae5c
...@@ -671,6 +671,12 @@ export const asyncRouterMap = [ ...@@ -671,6 +671,12 @@ export const asyncRouterMap = [
name: "消息推送", name: "消息推送",
authority: "pushManagement", authority: "pushManagement",
}, },
{
path: "generalSetting",
component: _import("baseInfo/generalSetting"),
name: "通用设置",
authority: "generalSetting",
},
], ],
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment