no message
Showing
1 changed file
with
0 additions
and
10 deletions
| ... | @@ -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 | }, | ... | ... |
-
Please register or sign in to post a comment