Browse Source

修改地址

fix_bug_pro20231227
pref_mail@163.com 10 months ago
parent
commit
28c38ed76b
  1. 12
      vite.config.js

12
vite.config.js

@ -13,19 +13,7 @@ export default ({ mode, command }) => {
proxy: {
'/api': {
// target: 'http://192.168.10.126:8889',
<<<<<<< HEAD
target: 'https://h5uapi.huitongys.com',
=======
// hy
target: 'http://192.168.10.48:13000',
// tjj
// target: 'http://192.168.10.25:13000',
// cg
// target: 'http://192.168.10.200:13000',
// target: 'http://test.api.huitongys.com',
>>>>>>> pre-production
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),
},

Loading…
Cancel
Save