Common Issues and Solutions
12002When using Jianghu-Init to create projects and generate the required pages, it is often necessary to modify the automatically generated pages. However, these modifications may lead to some issues. Below are these common issues and their solutions:
1. Menu Cannot See the Page
Solution:
- Check the
_pagetable to see if the new page has been configured properly. - Check the tables related to permission settings to ensure that access control has been implemented.
2. CRUD Functionality Not Working on the Page
Solution: Check the _resource table to see if the data interface corresponding to the page has been configured properly.