3.6版本编译资源后,部署www下的资源到报错 bootstrap.min.css 404
wex5 3.6版本编译资源的bug 资源发布后 chrome 开发工具 中的 网络 中出现两个 404 http://ip/www/v-1.2.4.1-zh_CN-/system/components/bootstrap/lib/css/bootstrap.min.css http://ip/www/v-1.2.4.1-zh_CN-/system/components/bootstrap/lib/css/bootstrap-theme.min.css 解决方法: 修改文件/UI2/system/components/bootstrap.min.css.xml <file>bootstrap/lib/css/bootstrap.min.css</file> <file>bootstrap/lib/css/bootstrap-theme.min.css</file> 将这两行代码替换成如下(就是把.min去掉)即可 <file>bootstrap/lib/css/bootstrap.css</file> <file>bootstrap/lib/css/bootstrap-theme.css</file>