zhangyanpeng
2020-05-06 d0be57c51de4ed3bf6e8d9a68242f24a5716e65d
vue.config.js
@@ -1,12 +1,12 @@
module.exports = {
    // 修改的配置
    // 将baseUrl: '/api',改为baseUrl: '/',
    publicPath: '/',
   publicPath: './',
    outputDir: 'dist',
    devServer: {
        proxy: {
            '/api/api': {
                target: 'http://srs.highdatas.com:8090',
               // target: 'http://192.168.31.233:8090',
                changeOrigin: true,
                ws: true,
                pathRewrite: {