kimi
2020-02-11 89ba01e8e0bec7fdadc5278c95850cfe68b9e62a
vue.config.js
@@ -2,10 +2,11 @@
    // 修改的配置
    // 将baseUrl: '/api',改为baseUrl: '/',
    publicPath: '/',
    outputDir: 'dist',
    devServer: {
        proxy: {
            '/api/api': {
                target: 'http://127.0.0.1:8090',
                target: 'http://highdatas.com:8090',
                changeOrigin: true,
                ws: true,
                pathRewrite: {