shj
2022-05-16 dc3640ed779c020e1fe931a504e76b74fc02394c
src/router/index.js
@@ -387,6 +387,11 @@
                component: () => import('@/views/oneFromanotherN'),
                meta: { title: '内部举一反三', icon: '' }
            },
            {
                path: '/existN',
                component: () => import('@/views/oneFromanotherN/existN'),
                hidden: true
            },
          ]
      }
]