删除table api

This commit is contained in:
jqtmviyu@gmail.com 2021-01-13 15:33:44 +08:00
parent 2fb067308d
commit 816459df73
2 changed files with 0 additions and 15 deletions

View File

@ -1,9 +0,0 @@
import request from '@/utils/request'
export function getList(params) {
return request({
url: '/vue-admin-template/table/list',
method: 'get',
params
})
}

View File

@ -62,12 +62,6 @@ export const constantRoutes = [
name: 'Example', name: 'Example',
meta: { title: 'Example', icon: 'el-icon-s-help' }, meta: { title: 'Example', icon: 'el-icon-s-help' },
children: [ children: [
{
path: 'table',
name: 'Table',
component: () => import('@/views/table/index'),
meta: { title: 'Table', icon: 'table' }
},
{ {
path: 'tree', path: 'tree',
name: 'Tree', name: 'Tree',