diff --git a/config/request.js b/config/request.js index 5fa9b1b..0e8c9e9 100644 --- a/config/request.js +++ b/config/request.js @@ -13,7 +13,7 @@ module.exports = (vm) => { //#ifdef DEV_SERVER console.log('DEV_SERVER') - config.baseURL = '/prod-api'; + config.baseURL = 'http://localhost:8080'; //#endif //#ifdef QA_SERVER diff --git a/pages/bonus/index.vue b/pages/bonus/index.vue index ab22769..2e5b5b5 100644 --- a/pages/bonus/index.vue +++ b/pages/bonus/index.vue @@ -9,6 +9,7 @@ + 本月实发合计: {{monthIncomeTotal | toThousandthAndKeepDecimal}} 昨日实发合计: {{toSum | toThousandthAndKeepDecimal}}