Skip to content

Commit

Permalink
πŸ— chore: specification of path names (ant-design#7843)
Browse files Browse the repository at this point in the history
* chore: specification of path names

* fix ts

* remove use

* fix typo
  • Loading branch information
chenshuai2144 authored Dec 28, 2020
1 parent 2f67dd2 commit 88499e5
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
name: 'login',
path: '/user/login',
component: './user/login',
component: './User/login',
},
],
},
Expand Down Expand Up @@ -53,7 +53,7 @@
name: 'list.table-list',
icon: 'table',
path: '/list',
component: './ListTableList',
component: './TableList',
},
{
component: './404',
Expand Down
2 changes: 1 addition & 1 deletion mock/listTableList.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 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) => {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 88499e5

Please sign in to comment.