更新后端界面,用户管理界面

This commit is contained in:
2026-06-01 22:37:53 +08:00
parent cffc718284
commit 1f5f4d16e6
39 changed files with 1168 additions and 663 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import request from "@/utils/request";
// 获取文章列表
export function GetCRMWorkbench(params) {
return request({
url: `/admin/workbench/crm`,
url: `/backend/workbench/crm`,
method: "get",
params,
});