提交 9c717463 编写于 作者: tony001's avatar tony001

update:更新

上级 ce8a6768
...@@ -19,7 +19,26 @@ module.exports = { ...@@ -19,7 +19,26 @@ module.exports = {
port: 8111, port: 8111,
compress: true, compress: true,
disableHostCheck: true, disableHostCheck: true,
// proxy: "http://127.0.0.1:8080/", // proxy: {
// '/v7/*':{
// target: 'http://172.16.240.110:10000/'
// },
// '/appdata':{
// target: 'http://172.16.240.110:10000/'
// },
// '/sysorganizations/*':{
// target: 'http://172.16.240.110:10000/'
// },
// '/wfcore/*': {
// target: 'http://172.16.103.157:40003/',
// pathRewrite:{
// "^/wfcore": ""
// }
// },
// '/': {
// target: 'http://172.16.103.157:51000/demosys/demoapi',
// },
// },
historyApiFallback: { historyApiFallback: {
rewrites: [ rewrites: [
<#if app.getAllRefPSAppViews()??> <#if app.getAllRefPSAppViews()??>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册