修改角色为多角色
This commit is contained in:
@@ -164,10 +164,7 @@ import {
|
||||
|
||||
// 权限检查
|
||||
const userInfo = JSON.parse(sessionStorage.getItem("userInfo") || "{}");
|
||||
// if (userInfo.role !== 2) {
|
||||
// ElMessage.error("您没有权限访问此页面");
|
||||
// window.history.back();
|
||||
// }
|
||||
|
||||
|
||||
// 列表数据
|
||||
const attendanceList = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user