mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-29 06:53:01 +00:00
fix(tree): tree can customize title close #344
This commit is contained in:
@@ -44,7 +44,7 @@ const userInfo = {
|
||||
|
||||
export default [
|
||||
{
|
||||
url: '/api/account/getAccountInfo',
|
||||
url: '/basic-api/account/getAccountInfo',
|
||||
timeout: 1000,
|
||||
method: 'get',
|
||||
response: () => {
|
||||
|
@@ -14,7 +14,7 @@ const demoList = (() => {
|
||||
|
||||
export default [
|
||||
{
|
||||
url: '/api/select/getDemoOptions',
|
||||
url: '/basic-api/select/getDemoOptions',
|
||||
timeout: 4000,
|
||||
method: 'get',
|
||||
response: ({ query }) => {
|
||||
|
@@ -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: () => {
|
||||
|
@@ -27,7 +27,7 @@ const demoList = (() => {
|
||||
|
||||
export default [
|
||||
{
|
||||
url: '/api/table/getDemoList',
|
||||
url: '/basic-api/table/getDemoList',
|
||||
timeout: 100,
|
||||
method: 'get',
|
||||
response: ({ query }) => {
|
||||
|
Reference in New Issue
Block a user