diff --git a/test-ui/src/router/index.js b/test-ui/src/router/index.js
index 6d39578..747d463 100644
--- a/test-ui/src/router/index.js
+++ b/test-ui/src/router/index.js
@@ -116,20 +116,6 @@ export const constantRoutes = [
}
]
},
- {
- path: '/api/import',
- component: Layout,
- hidden: true,
- children: [
- {
- path: '',
- component: () => import('@/views/test/api/import'),
- name: 'ApiImport',
- noCache: true,
- meta: { title: '导入接口', activeMenu: '/api' }
- }
- ]
- },
]
// 动态路由,基于用户权限动态去加载
diff --git a/test-ui/src/views/test/api/import.vue b/test-ui/src/views/test/api/import.vue
deleted file mode 100644
index 3892d12..0000000
--- a/test-ui/src/views/test/api/import.vue
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/test-ui/src/views/test/api/index.vue b/test-ui/src/views/test/api/index.vue
index 6e840f5..8bf484f 100644
--- a/test-ui/src/views/test/api/index.vue
+++ b/test-ui/src/views/test/api/index.vue
@@ -1,56 +1,68 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
- 新增
- 导入
-
-
-
-
-
-
-
-
-
-
- 修改
- 删除
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ 新增
+ 导入
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+ 导入
+
- dialogVisible = false"/>
+
+
+
+
+
+