refactor: ♻️ 修改系统配置路径,暂时无需system这个层级

This commit is contained in:
ray
2024-11-18 20:27:49 +08:00
parent 11764b9a72
commit 4f592cb812
3 changed files with 2 additions and 2 deletions

View File

@@ -50,13 +50,13 @@
}
},
{
"path": "pages/work/system/config/config",
"path": "pages/work/config/config",
"style": {
"navigationBarTitleText": "系统配置"
}
},
{
"path": "pages/work/system/config/item",
"path": "pages/work/config/item",
"style": {
"navigationBarTitleText": "配置详情"
}