feat: 修改项目依赖以确保项目能启动并稍微调整了页面公共布局提高还原度
This commit is contained in:
@@ -46,7 +46,7 @@ export default new Router({
|
||||
children: [
|
||||
{
|
||||
path: '/dashboard',
|
||||
name: 'dashboard',
|
||||
name: 'Dashboard',
|
||||
component: RouteView,
|
||||
icon: 'dashboard',
|
||||
children: [
|
||||
|
||||
@@ -25,7 +25,7 @@ export default new Router({
|
||||
children: [
|
||||
{
|
||||
path: '/dashboard',
|
||||
name: 'dashboard',
|
||||
name: 'Dashboard',
|
||||
component: RouteView,
|
||||
icon: 'dashboard',
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user