优化代码结构

This commit is contained in:
WUSIJIAN
2025-12-05 15:45:14 +08:00
parent e41884fc60
commit 134ea96340
14 changed files with 67 additions and 75 deletions

View File

@@ -1,7 +1,7 @@
import request, { newService } from '/@/utils/request';
//添加产品
export function getproductAdd(data: object) {
export function addProduct(data: object) {
return newService({
url: '/customerService/product/add',
method: 'post',