711dfb38 by lihua

fix

1 parent 6007cc1f
......@@ -40,11 +40,11 @@ export default ({ mode, command }) => {
changeOrigin: env.VITE_OPEN_PROXY === 'true',
rewrite: path => path.replace(/\/portal/, ''),
},
// '/circulation':{
// target: env.VITE_APP_CIRCULATION,
// changeOrigin: env.VITE_OPEN_PROXY === 'true',
// rewrite: path => path.replace(/\/circulation/, ''),
// },
'/circulation':{
target: env.VITE_APP_CIRCULATION,
changeOrigin: env.VITE_OPEN_PROXY === 'true',
rewrite: path => path.replace(/\/circulation/, ''),
},
'/delivery':{
target: env.VITE_APP_DATA_DELIVERY,
changeOrigin: env.VITE_OPEN_PROXY === 'true',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!