自建API接口开发

This commit is contained in:
暮光:城中城
2021-12-25 20:46:19 +08:00
parent 7ce74938e8
commit 208826df62
38 changed files with 507 additions and 47 deletions

View File

@@ -90,7 +90,7 @@ let routers = [
]
},
{
path: '/api',
path: '/custom',
name: 'API请求',
meta: {
hidden: true,
@@ -98,9 +98,9 @@ let routers = [
component: EmptyKeepAliveLayout,
children: [
{
path: '/api/request',
path: '/custom/request',
name: '接口请求',
component: () => import('./views/apiRequest/ApiRequest.vue')
component: () => import('./views/customRequest/ApiRequest.vue')
},
]
},