Add tool submit and cancel management

This commit is contained in:
2024-02-01 19:07:46 +08:00
parent 8e5031e8a3
commit 06213d3414
6 changed files with 117 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ export const tools: RouteJsonObject[] = [
path: 'store',
absolutePath: '/store',
id: 'tools-store',
component: lazy(() => import('@/pages/Tools')),
component: lazy(() => import('@/pages/Tools/Store')),
name: '工具商店',
titlePostfix: ' - 商店',
icon: lazy(() => import('~icons/oxygen/store')),