Commit 0e1045f4 authored by 张子雨's avatar 张子雨

feat: 发版

parent 52fbbe9b
......@@ -66,19 +66,19 @@ class goodsManage extends Component {
const that = this;
const content = (
<div>
<Button type="text" onClick={() => this.setArea(1, 'distribution')}>
<Button style={{ border: 'none' }} onClick={() => this.setArea(1, 'distribution')}>
全部商品配送区域设置
</Button>
<br />
<Button type="text" onClick={() => this.setArea(0, 'distribution')}>
<Button style={{ border: 'none' }} onClick={() => this.setArea(0, 'distribution')}>
勾选商品配送区域设置
</Button>
<br />
<Button type="text" onClick={() => this.setArea(1, 'after')}>
<Button style={{ border: 'none' }} onClick={() => this.setArea(1, 'after')}>
全部商品售后地址设置
</Button>
<br />
<Button type="text" onClick={() => this.setArea(0, 'after')}>
<Button style={{ border: 'none' }} onClick={() => this.setArea(0, 'after')}>
勾选商品售后地址设置
</Button>
</div>
......
......@@ -188,7 +188,7 @@ export async function queryAllAfterAddress() {
// 商品售后地址设置
export async function getAfterAddress(params) {
const data = await request.post('/product/api/updateSkuAfterAddress', {
const data = await request.post('/api/kdsp/updateSkuAfterAddress', {
data: params,
prefix: goodsApi,
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment