This commit is contained in:
parent
800a0dd2df
commit
8141b9bae7
|
|
@ -14,8 +14,7 @@ const userInfo = JSON.parse(localStorage.getItem('main')).userInfo
|
|||
// const isAdmin = ref(userInfo.userId == 226 || userInfo.userId == 225 || userInfo.admin)
|
||||
const isAdmin = ref(true) // 临时放开权限
|
||||
// console.log('🚀 ~ isAdmin:', isAdmin.value)
|
||||
|
||||
import imgSrc from '@/assets/img/logo.png'
|
||||
import imgSrc from '@/assets/img/logo-gz.png'
|
||||
|
||||
const handleSelect = (name: any, path: any) => {
|
||||
console.log('🚀 ~ handleSelect ~ name:', name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue