Browse Source

修改地址

pre-production
qb 12 months ago
parent
commit
66c52cdc25
  1. 5
      vite.config.js

5
vite.config.js

@ -30,9 +30,10 @@ export default ({ mode, command }) => {
// 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://192.168.3.5:13000', //?
// target: 'http://h5uapi.huitongys.com', // target: 'http://h5uapi.huitongys.com',
target: 'http://192.168.10.106:9999', target: 'http://test.api.huo5you.com/',
// target: 'http://192.168.10.106:9999',
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''), rewrite: path => path.replace(/^\/api/, ''),
}, },

Loading…
Cancel
Save