|
@@ -167,13 +167,13 @@ export const constantRoutes = [
|
|
|
{
|
|
|
path: '/data',
|
|
|
component: Layout,
|
|
|
- redirect: '/data/item',
|
|
|
+ redirect: '/data/upload-file',
|
|
|
name: '数据中心',
|
|
|
hidden: true,
|
|
|
meta: { title: '数据中心', icon: 'examlpe' },
|
|
|
children: [
|
|
|
{
|
|
|
- path: 'uploadFile',
|
|
|
+ path: 'upload-file',
|
|
|
name: 'jar包上传',
|
|
|
component: () => import('@/views/data/upload.vue'),
|
|
|
meta: { title: 'jar包上传', icon: 'examlpe' }
|