会员级别与会员权益修改

This commit is contained in:
2026-04-28 15:18:56 +08:00
parent 0756cb91d4
commit 370a994ba8
5 changed files with 36 additions and 10 deletions

View File

@@ -11,8 +11,8 @@ define(["jquery", "bootstrap", "backend", "table", "form"], function (
Table.api.init({
extend: {
index_url: "wdsxh/member/rights/index" + location.search,
add_url: "wdsxh/member/rights/add",
edit_url: "wdsxh/member/rights/edit",
add_url: "wdsxh/member/rights/add" + location.search,
edit_url: "wdsxh/member/rights/edit" + location.search,
del_url: "wdsxh/member/rights/del",
table: "wdsxh_member_rights",
},