Optimize import. Optimize date convert.

This commit is contained in:
2023-11-29 11:12:35 +08:00
parent df16af6872
commit 5bcfa2be9c
23 changed files with 100 additions and 92 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react'
import tools from '@/router/tools'
import system from '@/router/system'
import home from '@/router/home'
import user from '@/router/user'
import system from '@/router/system'
import tools from '@/router/tools'
const mapJsonToRoute = (jsonObject: RouteJsonObject[]): RouteObject[] => {
return jsonObject.map((value) => ({