lishifeng
2020-09-15 ce10677f47a14879424e7f562f78442cc03cfda1
vue.config.js
@@ -2,22 +2,7 @@
    publicPath: './',
    configureWebpack: config=> {
        config.externals = {
           BMapGL : "BMapGL"
           BMap: "BMap"
        }
    },
    devServer: {
        // host: 'localhost',
        port: 8080,
        open: true,   //  自动打开浏览器
        proxy: {
          '/yckj': {
           /*  target: 'http://192.168.10.222:8080/', */  // 正式环境 (公司电脑服务器)  服务器接口域名
           target:'http://localhost:8919/',     /* 本机开启的服务器 */
            changeOrigin: true,  //是否跨域
            pathRewrite: {
              '^/yckj': ''  /* 本地域名 */
            }
          }
        }
      }
}