diff --git a/src/Manager/components/Role.vue b/src/Manager/components/Role.vue index cd5cc2a..b3c28c5 100644 --- a/src/Manager/components/Role.vue +++ b/src/Manager/components/Role.vue @@ -14,18 +14,52 @@
- 查询 - 新增角色 + 查询 + 新增角色
- - -

新增

+ + +
+
角色名称:
+
显示名称:
+
- -

删除

+ + + +

确定删除改数据吗?

+
+ + + +
+
+ + 角色名称: + +
+ + + +
+
+
+ + 状态: + + + ="停用"> + + +
+
@@ -51,8 +85,8 @@ @@ -63,43 +97,180 @@ diff --git a/src/public/request.js b/src/public/request.js index e0f4ccf..d44d1a8 100644 --- a/src/public/request.js +++ b/src/public/request.js @@ -132,7 +132,7 @@ const userAllCurrent = (data, token) => { method: "post", data: data, headers: { - 'Authorization':'Bearer '+token, + 'Authorization':'Bearer ' + token, 'Content-Type': 'application/json;charset=utf-8', 'Timestamp': getCurrentTimestamp() }