diff --git a/.env.development b/.env.development index 035d736..8224cab 100644 --- a/.env.development +++ b/.env.development @@ -3,11 +3,11 @@ ENV = 'development' # http://192.168.1.43:8324/admin # http://mer.crmeb.net/admin # base api -VUE_APP_BASE_API = 'http://192.168.1.131:8080' +VUE_APP_BASE_API = 'http://192.168.1.107:8080' # VUE_APP_BASE_API = 'https://plus.hwms.shop' # socket 连接地址 -VUE_APP_WS_URL = 'ws://192.168.1.131:8080' +VUE_APP_WS_URL = 'ws://192.168.1.107:8080' # VUE_APP_WS_URL = 'ws://plus.hwms.shop' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, diff --git a/src/views/merchant/deposit/index.vue b/src/views/merchant/deposit/index.vue index ab2940b..cff91c9 100644 --- a/src/views/merchant/deposit/index.vue +++ b/src/views/merchant/deposit/index.vue @@ -377,7 +377,6 @@ >退回信息 - + diff --git a/src/views/product/productExamine/info.vue b/src/views/product/productExamine/info.vue index 8b8f511..20c7279 100644 --- a/src/views/product/productExamine/info.vue +++ b/src/views/product/productExamine/info.vue @@ -13,13 +13,13 @@ 店铺名称:{{ projectData.merchant&&projectData.merchant.mer_name }} 入住企业名称:{{ projectData.merchant&&projectData.merchant.mer_name }} 店铺联系人: {{ projectData.merchant&&projectData.merchant.real_name }} - + 营业执照:
@@ -403,6 +403,8 @@ 通过 拒绝 锁定 + 返回上一级 + 返回上一级
@@ -678,11 +680,12 @@ export default { }, 10: { 'api': productStatusSecondApi, - 'status':11 + 'status':11, + 'backStatus':0, }, 11: { 'api': productStatusApi, - 'status':1 + 'backStatus':10 }, '15': { 'api': productStatusUnlockApi, @@ -694,7 +697,7 @@ export default { this.isShow ? this.ruleForm.id = this.proId : this.ruleForm.id = this.ids let params = { ...this.ruleForm, - status: this.ruleForm.status==-1?-1:this.ruleForm.status ==15?15:mode[this.projectData.status].status, + status: this.ruleForm.status==-1?-1:this.ruleForm.status ==15?15:this.ruleForm.status==-2?mode[this.projectData.status].backStatus:mode[this.projectData.status].status } mode[this.projectData.status].api(params).then(res => { this.$message.success(res.message) diff --git a/src/views/user/list/index.vue b/src/views/user/list/index.vue index f92716c..c0c2964 100644 --- a/src/views/user/list/index.vue +++ b/src/views/user/list/index.vue @@ -250,8 +250,8 @@ {{ row.user_type === 'routine' ? '小程序' : row.user_type === 'wechat' ? '公众号' : row.user_type === 'app' || row.user_type === 'App' ? 'App' : row.user_type === 'pc' ? 'PC' : 'H5' }} - - + +