83f47d61 by 杨炀

no message

1 parent 21b5abda
...@@ -85,6 +85,7 @@ export default defineConfig(({ mode, command }) => { ...@@ -85,6 +85,7 @@ export default defineConfig(({ mode, command }) => {
85 // target: 'http://192.168.1.118:8081/', 85 // target: 'http://192.168.1.118:8081/',
86 // target: 'http://192.168.1.131:8081/', 86 // target: 'http://192.168.1.131:8081/',
87 // target: 'https://jijin.wtwuxicenter.com/stage-api', 87 // target: 'https://jijin.wtwuxicenter.com/stage-api',
88 // target: 'http://124.70.181.90:1880/stage-api',
88 target: 'https://wdsfwuxicenter.com/stage-api/', 89 target: 'https://wdsfwuxicenter.com/stage-api/',
89 changeOrigin: true, 90 changeOrigin: true,
90 rewrite: (p) => p.replace(/^\/dev-api/, '') 91 rewrite: (p) => p.replace(/^\/dev-api/, '')
...@@ -92,7 +93,7 @@ export default defineConfig(({ mode, command }) => { ...@@ -92,7 +93,7 @@ export default defineConfig(({ mode, command }) => {
92 '/ticket': { 93 '/ticket': {
93 target: 'http://192.168.1.131:8098/', 94 target: 'http://192.168.1.131:8098/',
94 // target: 'http://192.168.1.131:8081/', 95 // target: 'http://192.168.1.131:8081/',
95 // target: 'https://jijin.wtwuxicenter.com/h5', 96 // target: 'http://124.70.181.90:1880/h5',
96 // target: 'https://ticketh5.wdsfwuxicenter.com/h5/stage-api', 97 // target: 'https://ticketh5.wdsfwuxicenter.com/h5/stage-api',
97 changeOrigin: true, 98 changeOrigin: true,
98 rewrite: (p) => p.replace(/^\/ticket/, '') 99 rewrite: (p) => p.replace(/^\/ticket/, '')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!