Admin
2022-11-15 e8d946a82907aa530ff086987d3ec7d2c04a90d2
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