@@ -681,7 +681,17 @@ const routes = [
},
],
-
+ //标注库
+ {
+ path: "/ceshi",
+ name:'ceshi',
+ meta: {
+ title: '测试',
+ sign: 'ceshi',
+ allowPath:true
+ },
+ component: () => import('@/views/components/text.vue'),
]