feat: 管理后台新增数据大屏入口
- Admin 顶栏新增「数据大屏」按钮跳转 /screen2 - 新增 logo 资源
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
@@ -436,6 +436,7 @@ export default function Admin() {
|
||||
{fromScreen && (
|
||||
<button className="btn-return" onClick={handleReturnToScreen}>返回展播</button>
|
||||
)}
|
||||
<button className="btn-return" onClick={() => navigate('/screen2')}>数据大屏</button>
|
||||
<button className="btn-logout" onClick={handleLogout}>退出</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user