Commit fc37866c authored by lihui's avatar lihui

feat: m-proxy

parent b91951cc
......@@ -486,6 +486,7 @@ export default {
this.hasCheckedList = true;
// console.log(this.spellOrderSetArr);
this.checkedTakePlacelist = this.setTableListData(this.spellOrderSetArr); // 选中的自提点列表
console.log(this.checkedTakePlacelist);
this.toggleSelection(this.checkedTakePlacelist);
}
this.getPlaceList();
......
......@@ -20,13 +20,13 @@
/>
<addProduc
ref="addProduc"
v-show="active === 3"
v-show="active === 2"
:editInfo="infoEditArr"
:addProduc="addProducArr"
/>
<spellOrderSet
ref="spellOrderSet"
v-show="active === 2"
v-show="active === 3"
:spellOrderSet="spellOrderSetArr"
@getTakeTakePlaceListFromChild="getTakeTakePlaceListFromChild"
/>
......@@ -65,7 +65,7 @@ export default {
},
data() {
return {
active: 2, // 步骤条状态
active: 1, // 步骤条状态
infoEditArr: [], // 信息编辑数据
addProducArr: [], // 添加商品
goodsSkuIDArr: [], // 接收goods_sku_id
......
......@@ -7,7 +7,7 @@ module.exports = {
publicPath: isDev ? "/" : "/dist",
configureWebpack: {
devServer: {
proxy: "http//:localhost:8055",
proxy: "http://127.0.0.1:8055", //http://localhost:8055
hot: true,
disableHostCheck: true
}
......
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