1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

chore: delete todo comment

Signed-off-by: Kaifuny <superbiger.github@gmail.com>
This commit is contained in:
Kaifuny 2023-07-20 11:24:22 +08:00
parent c69d4fdd5c
commit c0650c67ca

View File

@ -26,7 +26,6 @@ const dropdownMenus = [
{ label: '退出登录', value: 'logout' }, { label: '退出登录', value: 'logout' },
] ]
// TODO url
const current = ref<string>(ROUTE_NAME.DASHBOARD_INDEX) const current = ref<string>(ROUTE_NAME.DASHBOARD_INDEX)
const path = window.location.pathname.split('/')[1] const path = window.location.pathname.split('/')[1]
switch (path) { switch (path) {