diff --git a/config/app.js b/config/app.js index 5d52a61..aed86ed 100644 --- a/config/app.js +++ b/config/app.js @@ -12,8 +12,8 @@ let httpApiSix let wsApi // 在打包之前请检查当前环境是否正确 -const env = 'dev'; // 开发 -// const env = 'prod'; // 生产 +// const env = 'dev'; // 开发 +const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 switch (env) { diff --git a/pages/store/settled/unit.vue b/pages/store/settled/unit.vue index 6e408da..5835a7d 100644 --- a/pages/store/settled/unit.vue +++ b/pages/store/settled/unit.vue @@ -638,16 +638,14 @@ if (res.code == 0) { this.company = '' this.organization_code = '' - this.$util.Tips({ - title: res.msg - }); + // this.$util.Tips({ + // title: res.msg + // }); return false; } else { this.company = res.data.title this.organization_code = res.data.organization_code } - - }).catch(res => { console.log(res) })