Browse Source

修改地址

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
99cc904fa1
  1. 4
      vite.config.js

4
vite.config.js

@ -17,9 +17,9 @@ export default ({ mode, command }) => {
// target: 'http://192.168.10.48:8888', // target: 'http://192.168.10.48:8888',
// 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',
target: 'http://192.168.10.75:8777', // target: 'http://192.168.10.75:8777',
// target: 'http://192.168.10.29:13000', // target: 'http://192.168.10.29:13000',
// target: 'http://test.api.huitongys.com', target: 'http://test.api.huitongys.com',
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''), rewrite: path => path.replace(/^\/api/, ''),
}, },

Loading…
Cancel
Save