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