diff --git a/templates/front-project/src/router/index.js b/templates/front-project/src/router/index.js index 377f5501603428708174bd0a57a938ecdbe2dd48..cf22122d05dc1dcecd8bcbf9b6c47db5ea1df492 100644 --- a/templates/front-project/src/router/index.js +++ b/templates/front-project/src/router/index.js @@ -30,7 +30,7 @@ const routes = [ { name: '测试管理', path: '/test', - component: () => import('@/views/testViews/TestList'), + redirect: '/test/list', children: [ { path: '/test/list', diff --git a/templates/front-project/src/views/testViews/TestConfig.vue b/templates/front-project/src/views/testViews/TestConfig.vue index 8aec4135a280f0b649d0b17f88d0829658fa3cf7..d94caa0ffa29c03673a770df5be33dbb916c8d4f 100644 --- a/templates/front-project/src/views/testViews/TestConfig.vue +++ b/templates/front-project/src/views/testViews/TestConfig.vue @@ -10,102 +10,6 @@ - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -
-
-
-
diff --git a/templates/front-project/src/views/testViews/TestList.vue b/templates/front-project/src/views/testViews/TestList.vue index 4f4a49eac42a3bbc10b7b1e5a25c08865a2181c9..e664331c6c17d1fa679164f709ca9ad20acf8b78 100644 --- a/templates/front-project/src/views/testViews/TestList.vue +++ b/templates/front-project/src/views/testViews/TestList.vue @@ -9,100 +9,100 @@
- +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
@@ -110,15 +110,14 @@
-