sohubill
sohubill
The temporary solution is as follows: Modify plugin in controller.dart File. In the first line of the method:_connectStreams (int unityId) add Platform.isIOS?0 :unityId; And import ' dart:io ';
The reason for this problem is that each time you enter the unity page, you will return a new unityid. However, the onunitymessage with unityid = 0 still works on...
I got the same problem from yesterday
自己开发就可以了。后端设置按钮和页面权限。前端通过接口获取。页面权限的值可以和路由保持一致,根据这个值来动态加载菜单栏。然后再做路由守卫,做一个通用方法去判断用户有没有这个页面权限。有就进入没有就跳转404,这样就可以防止通过地址栏进入没权限的页面了