Browse Source

新增配送模板

pre-production
马远东 6 months ago
parent
commit
e1ee512b1e
  1. 4
      vite.config.js

4
vite.config.js

@ -16,7 +16,7 @@ export default ({ mode, command }) => {
// hy // hy
// target: 'http://192.168.3.12:13000', // target: 'http://192.168.3.12:13000',
// xiaohei // xiaohei
target: 'http://192.168.3.18:13000', // target: 'http://192.168.3.18: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',
@ -33,7 +33,7 @@ export default ({ mode, command }) => {
// 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://test.api.huo5you.com', target: 'http://test.api.huo5you.com',
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''), rewrite: path => path.replace(/^\/api/, ''),
}, },

Loading…
Cancel
Save