|
楼主 |
发表于 2021-1-29 15:37:44
|
显示全部楼层
- this.shellImpl = new ShellImpl(this, {
- "contentsXid" : "pages",
- "pageMappings" : {
- main : {
- url : require.toUrl('./mobileWrite.m.w')
- },
- calendar : {
- url : require.toUrl('./mobileCalendar.m.w')
- },
- _add : {
- url : require.toUrl('./addWorkItem.m.w')
- },
- volumes : {
- url : require.toUrl('./volumesDialog.m.w')
- },
- plan : {
- url : require.toUrl('./planDialog.m.w')
- }
- }
- });
复制代码
我用pageMapping,比如我在main页面,showPage('calendar'),那就是会切换到calendar页面,不用调用contents的api啊。
但是第一次切换的时候,container没有自动加载,第二次切换的时候会自动加载啊,这又是为什么?
|
|