Commit ab8e1402f9d1cc68a2c3392d1005450a73b4851c
1 parent
b6580449
fix: 修改端口
Showing
2 changed files
with
2 additions
and
2 deletions
.umirc.ts
... | ... | @@ -14,7 +14,7 @@ export default defineConfig({ |
14 | 14 | }, |
15 | 15 | proxy: { |
16 | 16 | '/api/': { |
17 | - target: 'http://localhost:8086/', | |
17 | + target: 'http://localhost:8085/', | |
18 | 18 | // target: 'http://192.168.1.6:8085/', |
19 | 19 | // target: 'http://39.108.227.113:8085/', |
20 | 20 | changeOrigin: true, | ... | ... |
src/models/count.ts