首页样式
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -85,9 +85,9 @@ export default defineConfig(({mode, command}) => { | ... | @@ -85,9 +85,9 @@ export default defineConfig(({mode, command}) => { |
| 85 | '/dev-api': { | 85 | '/dev-api': { |
| 86 | // target: 'http://192.168.1.118:8082/', | 86 | // target: 'http://192.168.1.118:8082/', |
| 87 | // target: 'http://192.168.1.131:8081/', | 87 | // target: 'http://192.168.1.131:8081/', |
| 88 | // target: 'https://tk005.wxjylt.com/stage-api', | 88 | target: 'https://tk005.wxjylt.com/stage-api', |
| 89 | // target: 'http://124.70.181.90:1880/stage-api', | 89 | // target: 'http://124.70.181.90:1880/stage-api', |
| 90 | target: 'https://sys.2025wtcwuxi.com/stage-api/', | 90 | // target: 'https://sys.2025wtcwuxi.com/stage-api/', |
| 91 | changeOrigin: true, | 91 | changeOrigin: true, |
| 92 | rewrite: (p) => p.replace(/^\/dev-api/, '') | 92 | rewrite: (p) => p.replace(/^\/dev-api/, '') |
| 93 | }, | 93 | }, | ... | ... |
-
Please register or sign in to post a comment