fix(tree): tree can customize title close #344

This commit is contained in:
Vben
2021-03-11 01:22:10 +08:00
parent a759e44c6e
commit ed422b7c56
12 changed files with 38 additions and 49 deletions

View File

@@ -42,7 +42,7 @@ const fakeCodeList: any = {
export default [
// mock user login
{
url: '/api/login',
url: '/basic-api/login',
timeout: 200,
method: 'post',
response: ({ body }) => {
@@ -65,7 +65,7 @@ export default [
},
},
{
url: '/api/getUserInfoById',
url: '/basic-api/getUserInfoById',
method: 'get',
response: ({ query }) => {
const { userId } = query;
@@ -77,7 +77,7 @@ export default [
},
},
{
url: '/api/getPermCodeByUserId',
url: '/basic-api/getPermCodeByUserId',
timeout: 200,
method: 'get',
response: ({ query }) => {