@@ -1,6 +1,6 @@
-// let baseUrl = 'https://wx.hw.hongweisoft.com/parking/' // 测试环境
-let baseUrl = 'https://parking.pdzhtc.com/' // 正式环境
+let baseUrl = 'https://wx.hw.hongweisoft.com/parking/' // 测试环境
+// let baseUrl = 'https://parking.pdzhtc.com/' // 正式环境
export const config = {
baseUrl,
- version: '0.1.5'
+ version: '0.1.6'
}
@@ -83,6 +83,8 @@
uni.$u.api.statisticalReportApi.getParkingReallyIncomeApi({
pageNum: this.tableData.current,
pageSize: 10,
+ sortField: 'realAmount',
+ sortOrder: 'desc',
beginTime: this.beginTime,
endTime: this.endTime
}).then(res => {