diff --git a/config/app.js b/config/app.js index 4f7918e..d94b1a2 100644 --- a/config/app.js +++ b/config/app.js @@ -10,8 +10,8 @@ let wsApi // 在打包之前请检查当前环境是否正确 // const env = 'dev'; // 开发 -// const env = 'prod'; // 生产 -const env = 'prew'; // 预上线 +const env = 'prod'; // 生产 +// const env = 'prew'; // 预上线 switch (env) { case 'prod': diff --git a/pages.json b/pages.json index 757d63a..f4f5ac0 100644 --- a/pages.json +++ b/pages.json @@ -1392,69 +1392,73 @@ "style": { "navigationBarTitleText": "添加店铺分类" } - }, - { + }, { "path": "addGoods/index", "style": { "navigationBarTitleText": "添加商品" } - }, - { + }, { "path": "addGoods/secound", "style": { "navigationBarTitleText": "添加商品" } - }, - { + }, { "path": "addGoods/addGoodDetils", "style": { "navigationBarTitleText": "商品详情" } - }, - { + }, { "path": "addGoods/singleSpecification", "style": { "navigationBarTitleText": "单规格" } - }, - { + }, { "path": "addGoods/mulSpecification", "style": { "navigationBarTitleText": "多规格" } - }, - { + }, { "path": "addGoods/specificationProperties", "style": { "navigationBarTitleText": "规格属性" } - }, - { + }, { "path": "addGoods/freightTemplate", "style": { "navigationBarTitleText": "运费模板", "onReachBottomDistance": 100, "enablePullDownRefresh": false } - }, - { + }, { "path": "addGoods/addFreightTemplate", "style": { "navigationBarTitleText": "新增运费模板" } - }, - { + }, { "path": "addGoods/modifyPrice", "style": { "navigationBarTitleText": "修改价格-多规格" } - }, - { + }, { "path": "basicSet", "style": { "navigationBarTitleText": "商户基本设置", "enablePullDownRefresh": false } + }, { + "path": "shop_type_change/index", + "style": { + "navigationBarTitleText": "类型变更", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, { + "path": "shop_type_change/progress", + "style": { + "navigationBarTitleText": "变更进度", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } }, { "path": "addGood/addGood", diff --git a/pages/payment/qrcode.vue b/pages/payment/qrcode.vue index aecb103..d3e1554 100644 --- a/pages/payment/qrcode.vue +++ b/pages/payment/qrcode.vue @@ -1,7 +1,7 @@