83f47d61 by 杨炀

no message

1 parent 21b5abda
......@@ -85,6 +85,7 @@ export default defineConfig(({ mode, command }) => {
// target: 'http://192.168.1.118:8081/',
// target: 'http://192.168.1.131:8081/',
// target: 'https://jijin.wtwuxicenter.com/stage-api',
// target: 'http://124.70.181.90:1880/stage-api',
target: 'https://wdsfwuxicenter.com/stage-api/',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
......@@ -92,7 +93,7 @@ export default defineConfig(({ mode, command }) => {
'/ticket': {
target: 'http://192.168.1.131:8098/',
// target: 'http://192.168.1.131:8081/',
// target: 'https://jijin.wtwuxicenter.com/h5',
// target: 'http://124.70.181.90:1880/h5',
// target: 'https://ticketh5.wdsfwuxicenter.com/h5/stage-api',
changeOrigin: true,
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!