diff --git a/static/js/request.js b/static/js/request.js index 1f7dd1f..f81f834 100644 --- a/static/js/request.js +++ b/static/js/request.js @@ -5,6 +5,8 @@ import store from '@/store'; // const DEV_API_URL = 'https://api.cloud.sz-trip.com'; const DEV_API_URL = 'https://api.sutenong.com' const PROD_API_URL = 'https://api.sutenong.com'; +// const DEV_API_URL = 'https://swsz.api.js-dyyj.com'; +// const PROD_API_URL = 'https://swsz.api.js-dyyj.com'; const NEWAPIURL = process.env.NODE_ENV === 'development' ? DEV_API_URL : PROD_API_URL; // 获取token diff --git a/subPackages/techan/cartOrder1.vue b/subPackages/techan/cartOrder1.vue index 08e5dc7..c1f2ff7 100644 --- a/subPackages/techan/cartOrder1.vue +++ b/subPackages/techan/cartOrder1.vue @@ -318,11 +318,11 @@ export default { // 选择收货地址 seldThisAddress(item) { console.log(this.selectInfo, item) - if (this.selectInfo.user_select_type==3) { + // if (this.selectInfo.user_select_type==3) { this.selectInfo.delivery = item // todo 获取配送费 this.getPost() - } + // } this.$refs.addressPopup.close(); },