Lines Matching refs:pages
32 │ │ │ └── pages
123 // library/src/main/ets/pages/Index.ets
164 介绍如何引用HSP中的接口,以及如何通过页面路由实现HSP的pages页面跳转与返回。
179 // entry/src/main/ets/pages/index.ets
301 …y模块中的menu页面(路径为:`library/src/main/ets/pages/menu.ets`),那么可以在使用方的代码(entry模块下的Index.ets,路径为:`entry/s…
334 url: '@bundle:com.samples.hspsample/library/ets/pages/Menu'
352 '@bundle:com.samples.hspsample/library/ets/pages/Menu'
365 struct Index3 { // 路径为:`library/src/main/ets/pages/Back.ets
393 url: 'pages/Index' // 路径为:`entry/src/main/ets/pages/Index.ets`
411 …url: '@bundle:com.samples.hspsample/library/ets/pages/Menu' //路径为:`library/src/main/ets/pages/Menu…
428 'pages/Index'
438 '@bundle:com.samples.hspsample/library/ets/pages/Menu'