vue本地和生产跨域请求,跨域请求Uncaught SyntaxError: Unexpected token错误
跨域请求路由配置proxyTable:{'/baiduApi':{//前缀匹配target:'http://api.map.baidu.com',//接口域名changeOrigin:true,//是否跨域secure:false,//https需要设置为truepathRewrite:{'^/baiduApi':'/',//将url中baiduApi替换为/}}},本地环境重启项目就能访问,在生