From a421a24d89f68149c2a151104c02adde8ca7a972 Mon Sep 17 00:00:00 2001
From: horizons <1490493387@qq.com>
Date: Mon, 24 Oct 2022 07:47:21 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=AF=91=E6=89=93=E5=8C=85?=
=?UTF-8?q?=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Former-commit-id: 7a67e6b93a7d460e6c1da9df04bc79efff357d0a
---
src/types/api/menu.d.ts | 7 +-
src/views/index.vue | 173 ----------------------------------------
2 files changed, 6 insertions(+), 174 deletions(-)
delete mode 100644 src/views/index.vue
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 }}
-
-
-
-
-
-
-
-
-
-