提交 e9fee503 编写于 作者: guangjun.yang's avatar guangjun.yang

端口修改等

上级 ea411015
...@@ -23,7 +23,7 @@ module.exports = { ...@@ -23,7 +23,7 @@ module.exports = {
NODE_ENV: '"development"', NODE_ENV: '"development"',
BUILD_ENV: '"' + process.env.BUILD_ENV + '"' BUILD_ENV: '"' + process.env.BUILD_ENV + '"'
}, },
port: 8020, port: 8050,
assetsSubDirectory: 'static', assetsSubDirectory: 'static',
assetsPublicPath: '/', assetsPublicPath: '/',
// proxyTable: { // proxyTable: {
...@@ -35,7 +35,7 @@ module.exports = { ...@@ -35,7 +35,7 @@ module.exports = {
context: [ //代理路径 context: [ //代理路径
'/test' '/test'
], ],
proxypath: 'http://localhost:9009', proxypath: 'http://localhost:8050',
cssSourceMap: true cssSourceMap: true
} }
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册