|
@@ -24,23 +24,23 @@
|
|
|
routes: [
|
|
|
{
|
|
|
path: '/',
|
|
|
- redirect: '/environment',
|
|
|
+ redirect: '/equipment',
|
|
|
},
|
|
|
{
|
|
|
path: '/noAuth',
|
|
|
component: './NoAuth',
|
|
|
},
|
|
|
{
|
|
|
- path: '/environment',
|
|
|
- name: 'environment',
|
|
|
- component: './Environment',
|
|
|
- },
|
|
|
- {
|
|
|
path: '/equipment',
|
|
|
name: 'equipment',
|
|
|
component: './Equipment',
|
|
|
},
|
|
|
{
|
|
|
+ path: '/environment',
|
|
|
+ name: 'environment',
|
|
|
+ component: './Environment',
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/runtime',
|
|
|
name: 'runtime',
|
|
|
component: './Runtime',
|
|
@@ -50,6 +50,11 @@
|
|
|
name: 'recordList',
|
|
|
component: './Runtime/RecordList',
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/ceshi',
|
|
|
+ name: 'ceshi',
|
|
|
+ component: './Ceshi',
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
];
|