1. First of all, the background management system is built by Vue, and the chart data displayed is realized by eharts.
2. According to the demand, when submitting the account password on the login page, determine whether the user is the leadership or the employee level, if it is the leadership, display the relevant page data of the leadership, if it is the employee level, display the relevant page data of the employee level.
so what should I do? When the judgment is a leader, how to hide the employee data and display the leadership data, when the judgment is an employee, how to hide the leadership data and display the employee data.
as shown in the figure, router-view is the area where the data is displayed.