1234567891011121314 |
- module.exports = {
- devServer: {
- proxy: {
- '/api': {
- // target:'http://39.107.246.59:81',
- // target: 'http://four.scxjc.club',
- // target:'http://caos.tederen.com',
- target: 'http://fover.tederen.com/',
- changeOrigin: true,
- }
- }
- },
- publicPath: '/'
- }
|