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

@@ -44,7 +44,7 @@ const userInfo = {
export default [
{
url: '/api/account/getAccountInfo',
url: '/basic-api/account/getAccountInfo',
timeout: 1000,
method: 'get',
response: () => {

View File

@@ -14,7 +14,7 @@ const demoList = (() => {
export default [
{
url: '/api/select/getDemoOptions',
url: '/basic-api/select/getDemoOptions',
timeout: 4000,
method: 'get',
response: ({ query }) => {

View File

@@ -107,7 +107,7 @@ const menuList = (() => {
export default [
{
url: '/api/system/getAccountList',
url: '/basic-api/system/getAccountList',
timeout: 100,
method: 'get',
response: ({ query }) => {
@@ -116,7 +116,7 @@ export default [
},
},
{
url: '/api/system/getRoleListByPage',
url: '/basic-api/system/getRoleListByPage',
timeout: 100,
method: 'get',
response: ({ query }) => {
@@ -125,7 +125,7 @@ export default [
},
},
{
url: '/api/system/getAllRoleList',
url: '/basic-api/system/getAllRoleList',
timeout: 100,
method: 'get',
response: () => {
@@ -133,7 +133,7 @@ export default [
},
},
{
url: '/api/system/getDeptList',
url: '/basic-api/system/getDeptList',
timeout: 100,
method: 'get',
response: () => {
@@ -141,7 +141,7 @@ export default [
},
},
{
url: '/api/system/getMenuList',
url: '/basic-api/system/getMenuList',
timeout: 100,
method: 'get',
response: () => {

View File

@@ -27,7 +27,7 @@ const demoList = (() => {
export default [
{
url: '/api/table/getDemoList',
url: '/basic-api/table/getDemoList',
timeout: 100,
method: 'get',
response: ({ query }) => {