a2d332d5 by lihua

fix

1 parent 2e4a91c5
...@@ -40,11 +40,11 @@ export default ({ mode, command }) => { ...@@ -40,11 +40,11 @@ export default ({ mode, command }) => {
40 changeOrigin: env.VITE_OPEN_PROXY === 'true', 40 changeOrigin: env.VITE_OPEN_PROXY === 'true',
41 rewrite: path => path.replace(/\/portal/, ''), 41 rewrite: path => path.replace(/\/portal/, ''),
42 }, 42 },
43 // '/circulation':{ 43 '/circulation':{
44 // target: env.VITE_APP_CIRCULATION, 44 target: env.VITE_APP_CIRCULATION,
45 // changeOrigin: env.VITE_OPEN_PROXY === 'true', 45 changeOrigin: env.VITE_OPEN_PROXY === 'true',
46 // rewrite: path => path.replace(/\/circulation/, ''), 46 rewrite: path => path.replace(/\/circulation/, ''),
47 // }, 47 },
48 '/delivery':{ 48 '/delivery':{
49 target: env.VITE_APP_DATA_DELIVERY, 49 target: env.VITE_APP_DATA_DELIVERY,
50 changeOrigin: env.VITE_OPEN_PROXY === 'true', 50 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!