fix(用户): 超级管理员初始化类型修改 (#443)

This commit is contained in:
tancong 2023-11-16 10:13:31 +08:00 committed by GitHub
parent 47975b0da2
commit af02ab4fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ var users = [{
"password": "104ffe90cd840e08f7a79c7fddbe1699",
"salt": "LmKOhcoB",
"status":1,
"name": "超级管理员"
"name": "超级管理员",
"type":"admin"
}];
//版本更新信息
var versions = [
@ -49,4 +50,4 @@ dependency.setup(info)
})
.onUninstall(function (context) { //卸载时执行
}).onInitialize(initialize);
}).onInitialize(initialize);