liyu-pc-base 1.0.86 → 1.0.88
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.
|
@@ -6261,13 +6261,14 @@ const Nn = () => U().VITE_APP_HAS_PROJECT, ol = [
|
|
|
6261
6261
|
person_id: null,
|
|
6262
6262
|
username: null,
|
|
6263
6263
|
realname: null,
|
|
6264
|
-
manage_type:
|
|
6264
|
+
manage_type: 1,
|
|
6265
6265
|
role_ids: []
|
|
6266
6266
|
})
|
|
6267
6267
|
},
|
|
6268
6268
|
options: {
|
|
6269
6269
|
manage_type: [
|
|
6270
6270
|
{ label: "普通用户", value: 0 },
|
|
6271
|
+
{ label: "管理员", value: 1 },
|
|
6271
6272
|
{ label: "超级管理员", value: 2 }
|
|
6272
6273
|
]
|
|
6273
6274
|
},
|