黄海 11 months ago
commit e3e24e20bb

@ -58,7 +58,7 @@ export type IsThirdPartyStationReq = {
}; };
export const isThirdPartyStation = async (params: IsThirdPartyStationReq) => { export const isThirdPartyStation = async (params: IsThirdPartyStationReq) => {
const res = await RzRequest.postNew( const res = await RzRequest.postNew(
'/ZhuQue/Ylt/isThirdPartyStation', '/ZhuQue/station/isThirdPartyStation',
params params
); );
return res; return res;

@ -87,7 +87,7 @@ export type SyncChargePilePayReq = {
}; };
export const syncChargePilePay = async (params: SyncChargePilePayReq) => { export const syncChargePilePay = async (params: SyncChargePilePayReq) => {
const res = await RzRequest.postNew( const res = await RzRequest.postNew(
'/ZhuQue/Ylt/SyncChargePilePay', '/ZhuQue/station/SyncChargePilePay',
params params
); );
return res; return res;

@ -10,7 +10,7 @@ export const BASE_URL = 'https://ylt.ikbvip.com';
//本地 //本地
//export const BASE_URL = 'http://10.10.21.20:7001'; //export const BASE_URL = 'http://10.10.21.20:7001';
// export const BASE_URL = 'http://10.10.14.77:7001'; // export const BASE_URL = 'http://10.10.14.77:7001';
export const BASE_URL_ZQ = 'http://www.wmarkj.com:28888'; export const BASE_URL_ZQ = 'http://www.wmarkj.com:27021';
// export const BASE_URL = 'https://wechatapps.test-ylt.ikbvip.com/'; // export const BASE_URL = 'https://wechatapps.test-ylt.ikbvip.com/';

@ -12,7 +12,7 @@ module.exports = {
proxyTable: {}, proxyTable: {},
// Various Dev Server settings // Various Dev Server settings
host: '10.10.14.67', // can be overwritten by process.env.HOST host: 'localhost', // can be overwritten by process.env.HOST
// host: '192.168.2.224', // can be overwritten by process.env.HOST // host: '192.168.2.224', // can be overwritten by process.env.HOST
port: 7000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined port: 7000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true, autoOpenBrowser: true,

@ -1023,8 +1023,7 @@ export default {
'成功', '成功',
'edit' 'edit'
) )
that.detailsVisible = false that.detailsVisible = false
// that.OrderList.pageNum = 1
that.getOrderListData() that.getOrderListData()
} }
}) })

Loading…
Cancel
Save