未验证 提交 88499e52 编写于 作者: 陈帅 提交者: GitHub

🏗 chore: specification of path names (#7843)

* chore: specification of path names

* fix ts

* remove use

* fix typo
上级 2f67dd2e
......@@ -10,7 +10,7 @@
{
name: 'login',
path: '/user/login',
component: './user/login',
component: './User/login',
},
],
},
......@@ -53,7 +53,7 @@
name: 'list.table-list',
icon: 'table',
path: '/list',
component: './ListTableList',
component: './TableList',
},
{
component: './404',
......
// eslint-disable-next-line import/no-extraneous-dependencies
import { Request, Response } from 'express';
import { parse } from 'url';
import { TableListItem, TableListParams } from '@/pages/ListTableList/data';
import { TableListItem, TableListParams } from '@/pages/TableList/data';
// mock tableListDataSource
const genList = (current: number, pageSize: number) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册