no message
Showing
2 changed files
with
4 additions
and
4 deletions
| ... | @@ -193,7 +193,7 @@ | ... | @@ -193,7 +193,7 @@ |
| 193 | <el-col></el-col> | 193 | <el-col></el-col> |
| 194 | </el-row> | 194 | </el-row> |
| 195 | </div> | 195 | </div> |
| 196 | 196 | ||
| 197 | 197 | ||
| 198 | <affix-invitation ref="dialogInvitationRef"/> | 198 | <affix-invitation ref="dialogInvitationRef"/> |
| 199 | <div style="height: 50px"></div> | 199 | <div style="height: 50px"></div> | ... | ... |
| ... | @@ -76,14 +76,14 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -76,14 +76,14 @@ export default defineConfig(({ mode, command }) => { |
| 76 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '') | 76 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '') |
| 77 | }, | 77 | }, |
| 78 | '/dev-api/ztx-webSite': { | 78 | '/dev-api/ztx-webSite': { |
| 79 | target: 'https://wdsfwuxicenter.com/stage-api/', | 79 | target: 'http://192.168.1.118:8082/', |
| 80 | changeOrigin: true, | 80 | changeOrigin: true, |
| 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 82 | }, | 82 | }, |
| 83 | '/dev-api': { | 83 | '/dev-api': { |
| 84 | // target: 'http://192.168.1.118:8081/', | 84 | target: 'http://192.168.1.118:8082/', |
| 85 | // target: 'http://192.168.1.131:8081/', | 85 | // target: 'http://192.168.1.131:8081/', |
| 86 | target: 'https://www.2025wtcwuxi.com/stage-api/', | 86 | // target: 'https://www.2025wtcwuxi.com/stage-api/', |
| 87 | // target: 'http://124.70.181.90:1880/stage-api', | 87 | // target: 'http://124.70.181.90:1880/stage-api', |
| 88 | // target: 'https://wdsfwuxicenter.com/stage-api/', | 88 | // target: 'https://wdsfwuxicenter.com/stage-api/', |
| 89 | changeOrigin: true, | 89 | changeOrigin: true, | ... | ... |
-
Please register or sign in to post a comment