diff --git a/config/prod.env.js b/config/prod.env.js index f4e9e06..6d0420d 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,6 +1,7 @@ -'use strict' -module.exports = { - NODE_ENV: '"production"', - // baseURL:'https://zhuangcy.top:8000/api' - baseURL:'https://www.decaisoft.com:8088/api' -} +'use strict' +module.exports = { + NODE_ENV: '"production"', + // baseURL:'https://zhuangcy.top:8000/api' + // baseURL:'https://www.decaisoft.com:8088/api' + baseURL: 'https://www.decaisoft.com/preferential' +} diff --git a/src/pages/eashier/roomCash/components/bing/index.vue b/src/pages/eashier/roomCash/components/bing/index.vue index 36dd3dd..5870112 100644 --- a/src/pages/eashier/roomCash/components/bing/index.vue +++ b/src/pages/eashier/roomCash/components/bing/index.vue @@ -229,6 +229,7 @@ export default { }; }, methods: { + // 本次支付显示输入框 openSpendMoney(row, index) { if (row.rechargeTypeId) { this.spendIndex = index; @@ -513,7 +514,6 @@ export default { form.discoutMoney = 0; form.giftSpendMoney = 0; form.type = v.type; - console.log(form); let row = this.toSpend(form, this.rowIndex); form = { ...form, ...row }; this.list.splice(this.rowIndex, 1, form);