修复专家评测模块

This commit is contained in:
sj
2022-10-14 16:57:31 +08:00
parent 78f26b76c4
commit 3174c1c54d
3 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ import { RandomNumber } from "@/utils/index";
// crud交由presenter持有
const defaultCrud = CRUD({
title: "消息通知",
url: "api/yxStoreCustomer",
url: "bxg/api/yxStoreCustomer",
sort: "id,desc",
crudMethod: { ...crudYzCustomer }
});