@@ -19,7 +19,7 @@ export const cancelRewardBatch = params => {
// 导出
export const exportRewardOrder = params => {
return axios({
- url: `/rewardOrder/exportOrderProduct`,
+ url: `/rewardOrder/product/export`,
data: params,
method: 'post',
responseType: 'blob'
@@ -109,7 +109,7 @@ const vueConfig = {
proxy: {
'/api': {
// target: 'http://p.xprh.360arrow.com/xprh-admin',
- target: 'http://192.168.0.215:8701/xprh-admin',
+ target: 'http://192.168.0.103:8701/xprh-admin',
// ws: false,
ws: true,
changeOrigin: true,