张恒

修改部分文案,修正路由中有重复的地方,导致控制台报错

......@@ -36,7 +36,7 @@ const menu = [{
dialog.showMessageBox({
title: '关于',
type: 'info',
message: '程序使用electron搭建,程序制作Sky'
message: '存放显示这个的信息是在,src/main/menu.js中,请自行修改'
})
}
}]
......
......@@ -51,12 +51,6 @@ export default new Router({
name: 'Form',
component: () => import('@/views/form/index'),
meta: { title: '表单', icon: 'form' }
},
{
path: 'index',
name: 'Form',
component: () => import('@/views/form/index'),
meta: { title: '表单', icon: 'form' }
}
]
},
......