Commit fe947a0f085267edd1e167b5ca34f9ff0fbf2796
1 parent
9d301ef3
feat: 创建新分支
Showing
1 changed file
with
4 additions
and
4 deletions
vite.config.ts
... | ... | @@ -30,9 +30,9 @@ export default defineApplicationConfig({ |
30 | 30 | }, |
31 | 31 | }, |
32 | 32 | '/basic-api/order': { |
33 | - // target: 'http://47.104.8.35:8000', | |
33 | + target: 'http://47.104.8.35:8000', | |
34 | 34 | // target: 'http://localhost:18000', |
35 | - target: 'http://47.104.8.35:18001', | |
35 | + // target: 'http://47.104.8.35:18001', | |
36 | 36 | // target: 'http://39.108.227.113:8000', |
37 | 37 | // target: 'http://localhost:8000', |
38 | 38 | // target: 'http://39.108.227.113:3000/mock/35', |
... | ... | @@ -42,9 +42,9 @@ export default defineApplicationConfig({ |
42 | 42 | rewrite: (path) => path.replace(new RegExp(`^/basic-api`), ''), |
43 | 43 | }, |
44 | 44 | '/basic-api/project': { |
45 | - // target: 'http://47.104.8.35:8000', | |
45 | + target: 'http://47.104.8.35:8000', | |
46 | 46 | // target: 'http://localhost:18000', |
47 | - target: 'http://47.104.8.35:18001', | |
47 | + // target: 'http://47.104.8.35:18001', | |
48 | 48 | // target: 'http://39.108.227.113:8000', |
49 | 49 | // target: 'http://localhost:8000', |
50 | 50 | // target: 'http://39.108.227.113:3000/mock/35', | ... | ... |