Commit a73835a2bb4a43a84f78287e467d7410d30be826
1 parent
a6e1fd20
fix: bug修复
Showing
1 changed file
with
3 additions
and
3 deletions
vite.config.ts
... | ... | @@ -30,7 +30,7 @@ export default defineApplicationConfig({ |
30 | 30 | }, |
31 | 31 | }, |
32 | 32 | '/basic-api/order': { |
33 | - target: 'http://47.104.8.35:18000', | |
33 | + target: 'http://47.104.8.35:8000', | |
34 | 34 | // target: 'http://localhost:18000', |
35 | 35 | // target: 'http://39.108.227.113:8000', |
36 | 36 | // target: 'http://localhost:8000', |
... | ... | @@ -41,7 +41,7 @@ export default defineApplicationConfig({ |
41 | 41 | rewrite: (path) => path.replace(new RegExp(`^/basic-api`), ''), |
42 | 42 | }, |
43 | 43 | '/basic-api/project': { |
44 | - target: 'http://47.104.8.35:18000', | |
44 | + target: 'http://47.104.8.35:8000', | |
45 | 45 | // target: 'http://localhost:18000', |
46 | 46 | // target: 'http://39.108.227.113:8000', |
47 | 47 | // target: 'http://localhost:8000', |
... | ... | @@ -52,7 +52,7 @@ export default defineApplicationConfig({ |
52 | 52 | rewrite: (path) => path.replace(new RegExp(`^/basic-api`), ''), |
53 | 53 | }, |
54 | 54 | '/api/localStorage/upload': { |
55 | - target: 'http://47.104.8.35:18000', | |
55 | + target: 'http://47.104.8.35:8000', | |
56 | 56 | // target: 'http://localhost:18000', |
57 | 57 | // target: 'http://39.108.227.113:8000', |
58 | 58 | // target: '192.168.31.250:18000', | ... | ... |