qiguoqiang

Results 4 comments of qiguoqiang

@cmdparkour 我目前用这种方式可以缓存,可以参考下 在beforeEach的时候把三级的router-view移除掉,让子级的页面在父级的router-view上生效, 子级必须调用一个统一的名称的router-view,我设置的叫$TransitView ``` import { defineComponent } from 'vue' export default defineComponent({ name: '$TransitView', }) ``` 然后在router中跳转前处理掉 ``` // 解决嵌套router-view缓存失效的问题 async function handleKeepAlive(to) { if (to?.matched?.length > 2)...

同样的问题,startIndex未生效

@xuhuan @zcweng 此问题仍然存在 setToggleOn(false); setToggleOff(false);时候开关会互斥。

项目无法运行Execution failed for task ':app:nuwaClassBeforeDexDebug'.