Browse Source

修改地址

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
86eb2e00d1
  1. 2
      vite.config.js

2
vite.config.js

@ -14,7 +14,7 @@ export default ({ mode, command }) => {
'/api': {
// target: 'http://192.168.10.126:8889',
target: 'http://test.api.huitongys.com',
target: 'https://h5uapi.huitongys.com',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),
},

Loading…
Cancel
Save