lilei преди 2 години
родител
ревизия
b5be8373d1
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/api/rewardOrder.js
  2. 1 1
      vue.config.js

+ 1 - 1
src/api/rewardOrder.js

@@ -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'

+ 1 - 1
vue.config.js

@@ -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,