Compare commits

...

3 Commits

  1. 1
      src/api/distribution/distrilbutionBillLading.js
  2. 4
      vite.config.js

1
src/api/distribution/distrilbutionBillLading.js

@ -77,6 +77,7 @@ export const getBillLadingExport = params => {
params: {
...params,
},
responseType: 'blob',
});
};

4
vite.config.js

@ -19,8 +19,10 @@ export default ({ mode, command }) => {
// target: 'http://192.168.10.123:8889',
// target: 'http://192.168.10.101:8888',
// target: 'http://192.168.10.75:8777',
// cyz
target: 'http://192.168.10.94:8888',
// tjj
target: 'http://192.168.10.29:13000',
// target: 'http://192.168.10.29:13000',
// target: 'http://test.api.huitongys.com',
// target: 'http://h5uapi.huitongys.com',
changeOrigin: true,

Loading…
Cancel
Save