修复系统用户和平台用户access key无法禁用和删除的问题

This commit is contained in:
GoEdgeLab
2022-11-04 11:06:45 +08:00
parent aaabee2f6d
commit 4904cd1825
6 changed files with 6 additions and 6 deletions

View File

@@ -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()