Browse Source

工单完结,签收列表图片预览

master
马远东 11 months ago
parent
commit
f01ab7a308
  1. 2
      vite.config.js

2
vite.config.js

@ -30,7 +30,7 @@ export default ({ mode, command }) => {
// cg // cg
// target: 'http://192.168.10.200:13000', // target: 'http://192.168.10.200:13000',
// target: 'http://192.168.10.94:8888', // target: 'http://192.168.10.94:8888',
target: 'http://test.api.huitongys.com', // target: 'http://test.api.huitongys.com',
// target: 'http://h5uapi.huitongys.com', // target: 'http://h5uapi.huitongys.com',
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''), rewrite: path => path.replace(/^\/api/, ''),

Loading…
Cancel
Save