清理多余的cdn
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<u-row>
|
||||
<img
|
||||
class="avatar"
|
||||
:src="item.portrait ? item.portrait : imgOtherUrl + 'tx.png'"
|
||||
:src="item.portrait ? item.portrait : $cdn + 'other/tx.png'"
|
||||
alt=""/>
|
||||
<div class="wrap">
|
||||
<span class="name">{{ item.nickName }}</span>
|
||||
|
||||
Reference in New Issue
Block a user