feat: 登录过期自动续登并校验同一账号
This commit is contained in:
@@ -167,7 +167,7 @@ export default function DesignListPage() {
|
||||
const style = STATUS_STYLE[item.status]
|
||||
const rawIcon = item.productIcon?.startsWith('/icon/') || /^https?:/i.test(item.productIcon || '')
|
||||
? item.productIcon
|
||||
: PRODUCT_ICON_MAP[item.productId] || '/icon/四角星.png'
|
||||
: PRODUCT_ICON_MAP[item.productId] || '/icon/四角星.svg'
|
||||
const iconSrc = assetUrl(rawIcon)
|
||||
const isSelected = selected.has(item.id)
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user