You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/11/06 16:22:03 UTC

[GitHub] [incubator-streampark] wangsizhu0504 opened a new pull request, #1974: [Improve]: add npm registry and change router menu logic

wangsizhu0504 opened a new pull request, #1974:
URL: https://github.com/apache/incubator-streampark/pull/1974

   
   
   ## What changes were proposed in this pull request
   
   1. Add a local npm repository and download the dependencies from the npm mirror source by default when installing
   ```bash
   
   # .npmrc
   registry = 'https://registry.npmmirror.com'
   ```
   
   2.Unified component file name specification, default Pascal nomenclature
   <img width="359" alt="iShot_2022-11-07_00 16 12" src="https://user-images.githubusercontent.com/39726513/200181940-e2a17474-3478-4458-8be9-e8fc7702481b.png">
   
   3.Adjust the menu logic so that the parent menu will not show the drop-down box when the default child route is set to hidden
   
   <img width="1615" alt="iShot_2022-11-07_00 18 05" src="https://user-images.githubusercontent.com/39726513/200182027-f771f642-c916-4c51-9523-bffe395f1ff0.png">
   
   4.Remove menu creation, update function, maintained by backend staff
   
   
   > When there are multiple click permissions under the menu, you need to add a click permission of view to control whether you have the permission to view the page


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys merged pull request #1974: [Improve]: add npm registry and change router menu logic

Posted by GitBox <gi...@apache.org>.
wolfboys merged PR #1974:
URL: https://github.com/apache/incubator-streampark/pull/1974


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org