|
@@ -45,6 +45,22 @@ const routes = [
|
|
name: 'supermaketService',
|
|
name: 'supermaketService',
|
|
component: () => import('../views/supermaket/supermaketService.vue'),
|
|
component: () => import('../views/supermaket/supermaketService.vue'),
|
|
},
|
|
},
|
|
|
|
+ //科技超市-技术成果
|
|
|
|
+ {
|
|
|
|
+ path: '/supermaket/supermakettechnology',
|
|
|
|
+ name: 'supermakettechnology',
|
|
|
|
+ component: () => import('../views/supermaket/supermakettechnology.vue'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/supermaket/supermarketProduct',
|
|
|
|
+ name: 'supermarketProduct',
|
|
|
|
+ component: () => import('../views/supermaket/supermarketProduct.vue'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/supermaket/supermarketinnovate',
|
|
|
|
+ name: 'supermarketinnovate',
|
|
|
|
+ component: () => import('../views/supermaket/supermarketinnovate.vue'),
|
|
|
|
+ },
|
|
];
|
|
];
|
|
|
|
|
|
const router = new VueRouter({
|
|
const router = new VueRouter({
|