jarrysix

Results 29 comments of jarrysix

> > @rgz665 https://github.com/Binbiubiubiu/taro-plugin-style-resource > > "@tarojs/taro": "3.6.23",没用 试过可以,使用的是NutUI-v4

``` // 扁平化路由,在添加路由方法`router.addRoutes`前处理. // 因keep-alive无法对超过二级的页面保存状态, // 参见BUG:https://github.com/PanJiaChen/vue-element-admin/issues/406 // 解决方案:显示菜单使用三级,系统路由将三级路由移动到二级 export function flatRoutes(routes:RouteConfig[]){ let ret = []; routes.forEach(it=>{ const r = {...it,children:[]}; it.children.forEach(it2=> { // 把三级移动到二级,以避免keep-alive无法缓存多级路由的状态 if (it2.children && it2.children.length >...

Sorry, i have no plans at the moment.

移动到仓库[github.com/ixre/goex](https://github.com/ixre/goex/tree/master/report) 了

对本地进行了修改,可以删除文件后,再运行`go get -u github.com/ixre/gof`

> ubuntu 22.04 测试几乎完美。一个字爽 大佬,中文输入法能切换吗?