How to get antd pro to enter the login page for the first time

now I want to use antd pro to do a login system, but when antd pro starts the project for the first time, it goes directly to the home page without going to the login page. I don"t know where to log in (I know it"s written in model/login. I don"t know where to use the login method). Please tell me how to make the login method for the first time.

Mar.28,2021

clipboard.png

clipboard.png

just change it here


just change the default permission in the util/authority.js file to 'guest'.

  

ask the same question, where can I add verification token

Menu