mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-09 15:40:27 +08:00
修复系统用户和平台用户access key无法禁用和删除的问题
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Tea.context(function () {
|
||||
this.createAccessKey = function () {
|
||||
teaweb.popup("/admins/accessKeys/createPopup?adminId=" + this.admin.id, {
|
||||
teaweb.popup("/admins/accesskeys/createPopup?adminId=" + this.admin.id, {
|
||||
callback: function () {
|
||||
teaweb.success("保存成功", function () {
|
||||
teaweb.reload()
|
||||
|
||||
Reference in New Issue
Block a user