删除table api
This commit is contained in:
		
							parent
							
								
									2fb067308d
								
							
						
					
					
						commit
						816459df73
					
				@ -1,9 +0,0 @@
 | 
				
			|||||||
import request from '@/utils/request'
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export function getList(params) {
 | 
					 | 
				
			||||||
  return request({
 | 
					 | 
				
			||||||
    url: '/vue-admin-template/table/list',
 | 
					 | 
				
			||||||
    method: 'get',
 | 
					 | 
				
			||||||
    params
 | 
					 | 
				
			||||||
  })
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -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',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user