Commit c9824d751ee5983374d14aa80b359542573b1b64
1 parent
19c6b071
feat: update
Showing
1 changed file
with
2 additions
and
2 deletions
.umirc.ts
... | ... | @@ -13,9 +13,9 @@ export default defineConfig({ |
13 | 13 | }, |
14 | 14 | proxy: { |
15 | 15 | '/api/': { |
16 | - // target: 'http://localhost:8085/', | |
16 | + target: 'http://localhost:8085/', | |
17 | 17 | // target: 'http://192.168.1.6:8085/', |
18 | - target: 'http://39.108.227.113:8085/', | |
18 | + // target: 'http://39.108.227.113:8085/', | |
19 | 19 | changeOrigin: true, |
20 | 20 | pathRewrite: { '^/api': '' }, |
21 | 21 | }, | ... | ... |