Optimize util structure

This commit is contained in:
2023-11-30 13:57:45 +08:00
parent bf8f915b15
commit f595cb380a
19 changed files with 285 additions and 285 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react'
const user: RouteJsonObject[] = [
const system: RouteJsonObject[] = [
{
path: '',
absolutePath: '/system',
@@ -61,4 +61,4 @@ const user: RouteJsonObject[] = [
}
]
export default user
export default system