12345678910111213141516 |
- module.exports = {
- devServer: {
- proxy: {
- '/api': {
- // target:'http://39.107.246.59:81',
- // target: 'https://api.hunanwanzhu.com',
- // target:'http://caos.tederen.com',
- // target: 'https://wx.scxjc.club',
- // target: 'http://47.107.124.163:8068',
- target: 'https://test.hunanwanzhu.com',
- changeOrigin: true,
- }
- }
- },
- publicPath: '/'
- }
|