zhoucong
2022-05-16 a413ea959cfcb7874c6062d3f2bff2816d87116e
config/index.js
@@ -9,7 +9,15 @@
    // Paths
    assetsSubDirectory: 'static',
    assetsPublicPath: '/',
    proxyTable: {},
    proxyTable: {
        '/taboi': {
            target: 'http://123.56.127.115:8011', // 你接口的域名
            changeOrigin: true,
            pathRewrite: {
                '^/taboi': '/taboi'
            },
        },
    },
    // Various Dev Server settings