Commit d9f72512 authored by 18224442217's avatar 18224442217

no message

parent ec16fcdd
......@@ -8,19 +8,8 @@ module.exports = {
}
},
devServer: {
// host: 'localhost',
// port: 8080,
proxy: {
'/api': {
target: 'https://fcrmyx.oytour.com/', //接口域名
changeOrigin: true, //是否跨域
ws: true, //是否代理 websockets
secure: true, //是否https接口
pathRewrite: { //路径重置
'^/api': ''
}
}
}
host: 'localhost',
port: 8080,
},
externals: [
'BMap',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment