diff --git a/src/types/api/menu.d.ts b/src/types/api/menu.d.ts
index 02365c5f..f832a709 100644
--- a/src/types/api/menu.d.ts
+++ b/src/types/api/menu.d.ts
@@ -62,9 +62,14 @@ export interface MenuFormData {
redirect?: string;
/**
- * 菜单类型(1:菜单;2:目录;3:外链)
+ * 菜单类型
*/
type: string;
+
+ /**
+ * 权限标识
+ */
+ perm?: string;
}
/**
diff --git a/src/views/index.vue b/src/views/index.vue
deleted file mode 100644
index 0b36312e..00000000
--- a/src/views/index.vue
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- scope.row.province +
- scope.row.city +
- scope.row.area +
- scope.row.address
- }}
-
-
-
-
-
- 是
- 否
-
-
-
-
-
-
-
-
-
-
- 未知
- 男
- 女
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 正常
- 禁用
-
-
-
-
-
-
-
- {{ scope.row.balance / 100 }}
-
-
-
-
-
-
-
-
-
-