修改工程名

This commit is contained in:
wzm
2025-11-11 10:06:36 +08:00
parent 30c8a7e8cf
commit 29732c7d5a
30 changed files with 820 additions and 763 deletions

View File

@@ -2,7 +2,7 @@
// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
import { getRoutes } from './route'
import type { History } from 'E:/project/ks-admin/node_modules/@umijs/renderer-react'
import type { History } from 'D:/work/SHIHEZI/shz-admin/node_modules/@umijs/renderer-react'
type Routes = Awaited<ReturnType<typeof getRoutes>>['routes']
type AllRoute = Routes[keyof Routes]