1289a9ea by 杨炀

no message

1 parent bbfbaae8
...@@ -70,24 +70,14 @@ export default defineConfig(({ mode, command }) => { ...@@ -70,24 +70,14 @@ export default defineConfig(({ mode, command }) => {
70 rewrite: (p) => p.replace(/^\/dev-api\/ztx-train/, '') 70 rewrite: (p) => p.replace(/^\/dev-api\/ztx-train/, '')
71 }, 71 },
72 '/dev-api/ztx-match': { 72 '/dev-api/ztx-match': {
73 <<<<<<< HEAD
74 // target: 'http://192.168.1.118:8083', 73 // target: 'http://192.168.1.118:8083',
75 target: 'https://jijin.wtwuxicenter.com/stage-api', 74 target: 'https://jijin.wtwuxicenter.com/stage-api',
76 =======
77 target: 'https://jijin.wtwuxicenter.com/stage-api',
78 // target: 'http://192.168.1.132:8081',
79 >>>>>>> prod
80 changeOrigin: true, 75 changeOrigin: true,
81 rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '') 76 rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '')
82 }, 77 },
83 '/dev-api/ztx-webSite': { 78 '/dev-api/ztx-webSite': {
84 <<<<<<< HEAD
85 target: 'https://jijin.wtwuxicenter.com/stage-api',
86 // target: 'http://192.168.1.118:8081/',
87 =======
88 // target: 'https://dance.itechtop.cn/stage-api', 79 // target: 'https://dance.itechtop.cn/stage-api',
89 target: 'https://jijin.wtwuxicenter.com/stage-api', 80 target: 'https://jijin.wtwuxicenter.com/stage-api',
90 >>>>>>> prod
91 changeOrigin: true, 81 changeOrigin: true,
92 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') 82 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
93 }, 83 },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!