CoLee
CoLee
我也遇到同样问题,ngDoCheck 无限执行。调查发现在文件 node_modules\qiankun\es\utils.js 中第30到30行代码触发的,这里是对setTimeout的封装,所以我猜测,在angular中,相当于 ngDoCheck 触发了 setTimeout,然后setTimeout 又触发 ngDoCheck ,从而无限循环。虽然找到根源,但我也还没解决! 
> 我是下载了文件,然后编辑了分页数量,目前实现了可以切换为100条记录的页,但是第一次打开的时候还是默认的10条,因为这个默认值好像是服务器后台代码写死的,我不懂go,没法修改。 client/list.html(主机列表)、index/list.html(隧道列表) ,查找“pageList”,修改为 “pageList: [20, 50, 100],//分页步进值” 我和你一样,不过我是在docker容器内直接修改,后来升级不想额外维护了^_^
> args.importer is not sufficient because I need to use the member name(ImportItem) along with args.importer to generate a new namespace, and then generate the corresponding code based on that...
> [@lidenggao](https://github.com/lidenggao) Maybe you could provide more details on what's your input code and what's your expected output code. I don't see any necessary for the last example where I...