diff --git a/src/api/supplier.js b/src/api/supplier.js new file mode 100644 index 0000000..a881061 --- /dev/null +++ b/src/api/supplier.js @@ -0,0 +1,14 @@ +import request from './request' + +// 账号管理 - 添加账号 +export function accountCreate(data) { + return request.post(`system/supplier/accountCreate`,data) +} + + + + +// 供应商信息 - 供应商列表 +export function supplierList(data) { + return request.get(`system/supplier/list`,data) +} diff --git a/src/router/modules/marketing.js b/src/router/modules/marketing.js index 2d46239..1f5a879 100644 --- a/src/router/modules/marketing.js +++ b/src/router/modules/marketing.js @@ -479,7 +479,7 @@ const marketingRouter = path: 'pickupPoint', name: `exchangePickupPoint`, meta: { - title: '取货点', + title: '酒道馆', noCache: true }, component: () => import('@/views/marketing/exchange/pickupPoint/index') diff --git a/src/views/marketing/exchange/pickupPoint/index.vue b/src/views/marketing/exchange/pickupPoint/index.vue index b195e1c..f55fb9b 100644 --- a/src/views/marketing/exchange/pickupPoint/index.vue +++ b/src/views/marketing/exchange/pickupPoint/index.vue @@ -12,14 +12,14 @@ - 添加取货点 + 添加酒道馆 - + @@ -80,7 +80,7 @@ - + - +