3.5之前的版本只能设置总的,可以在/UI2/system/components/justep/window/main.html中加title属性

3.5以及之后版本中可以在每个.w设置自己的,在window组件上有title属性
title属性的值设置为js:开头的
如下:
title
如果要设置总的跟3.5之前的版本一样在/UI2/system/components/justep/window/main.html中加title属性
注意还需要下面的操作
/UI2/system/lib/portal/shellImpl.js中shell.setWindowTitle(ret);注释掉
执行tools/dist/dist.bat 注意js缓存的问题