liyu-pc-base 1.0.84 → 1.0.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6158,6 +6158,7 @@ const Nn = () => U().VITE_APP_HAS_PROJECT, ol = [
|
|
|
6158
6158
|
options: {
|
|
6159
6159
|
manage_type: [
|
|
6160
6160
|
{ label: "普通用户", value: 0 },
|
|
6161
|
+
{ label: "管理员", value: 1 },
|
|
6161
6162
|
{ label: "超级管理员", value: 2 }
|
|
6162
6163
|
]
|
|
6163
6164
|
},
|
|
@@ -6422,6 +6423,7 @@ const Nn = () => U().VITE_APP_HAS_PROJECT, ol = [
|
|
|
6422
6423
|
id: null,
|
|
6423
6424
|
username: "",
|
|
6424
6425
|
realname: "",
|
|
6426
|
+
manage_type: 1,
|
|
6425
6427
|
aim_org_id: t == null ? void 0 : t.id
|
|
6426
6428
|
},
|
|
6427
6429
|
options: {
|