update 默认路由配置文件

This commit is contained in:
2021-05-08 10:43:52 +08:00
parent 5a2909f121
commit 99dcb53f27
4 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{
"CoreSettings": {
"DefalutRoute": [
"getLoginUser",
"logout",
"sysFileInfo:upload",
"sysFileInfo:download",
"sysFileInfo:preview",
"sysUser:updateInfo"
]
}
}