zhuliu 7 months ago
parent
commit
547b3cf04f
2 changed files with 1350 additions and 24 deletions
  1. 11 1
      src/router/index.js
  2. 1339 23
      src/views/components/text.vue

+ 11 - 1
src/router/index.js

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

File diff suppressed because it is too large
+ 1339 - 23
src/views/components/text.vue