Browse Source

Merge branch 'pre-production' of http://47.108.105.48:3000/java_project/logpm_page into pre-production

fix_bug_pro20231227
qb 1 year ago
parent
commit
8ec993c7d6
  1. 10
      vite.config.js

10
vite.config.js

@ -15,15 +15,11 @@ export default ({ mode, command }) => {
// target: 'http://192.168.10.126:8889',
// hy
// target: 'http://192.168.10.48:8888',
// lmy
// target: 'http://192.168.10.123:8889',
// caoge
// target: 'http://192.168.10.123:8889',
// target: 'http://192.168.10.101:8888',
// cyz
// target: 'http://192.168.10.75:8777',
// tjj
target: 'http://192.168.10.29:13000',
// target: 'http://test.api.huitongys.com',
// target: 'http://192.168.10.29:13000',
target: 'http://test.api.huitongys.com',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),
},

Loading…
Cancel
Save