Browse Source

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

pre-production
pref_mail@163.com 1 year ago
parent
commit
e129a0f181
  1. 6
      vite.config.js

6
vite.config.js

@ -13,6 +13,8 @@ export default ({ mode, command }) => {
proxy: { proxy: {
'/api': { '/api': {
// target: 'http://192.168.10.126:8889', // target: 'http://192.168.10.126:8889',
// hy
// target: 'http://192.168.3.12:13000',
// lmy // lmy
// target: 'http://192.168.10.123:8889', // target: 'http://192.168.10.123:8889',
// target: 'http://192.168.10.101:8888', // target: 'http://192.168.10.101:8888',
@ -21,14 +23,16 @@ export default ({ mode, command }) => {
// 新zyc // 新zyc
// target: 'http://192.168.6.116:8777', // target: 'http://192.168.6.116:8777',
// target: 'http://192.168.6.122:8777', // target: 'http://192.168.6.122:8777',
// target: 'http://192.168.10.25:13000', // target: 'http://192.168.3.14:13000',
// target: 'http://192.168.10.25:2888', // target: 'http://192.168.10.25:2888',
// target: 'http://192.168.10.57:13000', // target: 'http://192.168.10.57:13000',
// tjj // tjj
// sst // sst
// target: 'http://192.168.10.200:13000', // target: 'http://192.168.10.200:13000',
// target: 'http://192.168.10.29:13000', // target: 'http://192.168.10.29:13000',
// target: 'http://192.168.3.5:13000', //?
// target: 'http://h5uapi.huitongys.com', // target: 'http://h5uapi.huitongys.com',
// target: 'http://test.api.huo5you.com/',
target: 'http://192.168.10.106:9999', target: 'http://192.168.10.106:9999',
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''), rewrite: path => path.replace(/^\/api/, ''),

Loading…
Cancel
Save