Commit 71be4ff69dee97de7ca26326d160a16cf4a73eb9
1 parent
b9cfd93c
删除按钮接口配置
Showing
1 changed file
with
2 additions
and
2 deletions
vite.config.ts
... | ... | @@ -20,8 +20,8 @@ export default defineApplicationConfig({ |
20 | 20 | server: { |
21 | 21 | proxy: { |
22 | 22 | '/basic-api/order': { |
23 | - target: 'http://localhost:8001', | |
24 | - // target: 'http://39.108.227.113:8000', | |
23 | + // target: 'http://localhost:8001', | |
24 | + target: 'http://39.108.227.113:8000', | |
25 | 25 | // target: 'http://39.108.227.113:3000/mock/35', |
26 | 26 | // http://39.108.227.113:8000/order/erp/captcha/get_img_captcha_code |
27 | 27 | changeOrigin: true, | ... | ... |