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