Commit 6de32c6d authored by trumansdo's avatar trumansdo
Browse files

改变目录结构,以防止ide混合打开前端项目,导致误操作改变前端项目的格式


Signed-off-by: default avatartrumansdo <1012243881@qq.com>
parent afdf4eec
// Just a mock data,模拟后台发送的路由表
export const constantRoutes = []
export const asyncRoutes = [
{
path: '/table',
name: 'Table',
meta: {
title: 'Table',
icon: 'table'
},
children: [
{
path: 'complex-table',
name: 'ComplexTable',
meta: { title: 'Complex Table' }
}
]
}
]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment