Browse Source

Merge pull request #128 in DEC/decision-webui-dcm from ~ALAN/decision-webui-dcm:changeapi to release/10.0

* commit '2a47d960ae447ce905eaa6e3d91e881ff80319cb':
  fix: DEC-10944 修复修改工程servlet后,图片无法显示的问题
research/10.0
alan 5 years ago
parent
commit
b435fcf8e0
  1. 6
      webpack/webpack.prod.js

6
webpack/webpack.prod.js

@ -51,9 +51,9 @@ module.exports = merge.smart(common, {
options: {
plugins: [vars({
variables: {
fontUrl: '/webroot/decision/resources?path=/com/fr/web/ui/font',
imageUrl: '/webroot/decision/resources?path=/com/fr/web/resources/dist/images/1x',
image2xUrl: '/webroot/decision/resources?path=/com/fr/web/resources/dist/images/2x',
fontUrl: '${fineServletURL}/resources?path=/com/fr/web/ui/font',
imageUrl: '${fineServletURL}/resources?path=/com/fr/web/resources/dist/images/1x',
image2xUrl: '${fineServletURL}/resources?path=/com/fr/web/resources/dist/images/2x',
}
})]
},

Loading…
Cancel
Save