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