|
@@ -101,11 +101,11 @@ export default createRouter({
|
|
|
name: 'ysgc',
|
|
|
component: () => import("~/pages/ysgc/index.vue"),
|
|
|
},
|
|
|
- {
|
|
|
- path: '/ysgc_detail',
|
|
|
- name: 'ysgc_detail',
|
|
|
- component: () => import('~/pages/ysgc/ysgc_detail/index.vue')
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/ysgc_detail',
|
|
|
+ // name: 'ysgc_detail',
|
|
|
+ // component: () => import('~/pages/ysgc/ysgc_detail/index.vue')
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/szmsg',
|
|
|
children: [
|