摘要:
ant design pro V2菜单栏显示流程, 用户输入用户名,密码,登录调用登录接口,校验后返回该用户的权限字段currentAuthority,然后通过调用setAuthority(currentAuthority)函数来设置该用户的菜单栏权限,(setAuthority函数位于src/ut 阅读全文
摘要:
react-native 项目重启后 突然报错 先是红屏 Could not get BatchedBridge, make sure your bundle is packaged correctly reload之后 Could not connect to development server 阅读全文
摘要:
react-native 项目意外关闭 重新启动项目 启动命令 react-native run-android 然后 项目报错 Android project not found. Are you sure this is a React Native project? If your Andro 阅读全文
摘要:
学习 react-navigation 时使用到了react-native-vector-icons, 原文中使用expo, // You can import Ionicons from @expo/vector-icons if you use Expo or // react-native-v 阅读全文