mirror of https://github.com/halo-dev/halo-admin
Replace some assets.
parent
c43c6749b1
commit
e2993ee38f
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -72,7 +72,7 @@ const updateTheme = primaryColor => {
|
|||
javascriptEnabled: true
|
||||
};
|
||||
`
|
||||
lessScriptNode.src = 'https://gw.alipayobjects.com/os/lib/less.js/3.8.1/less.min.js'
|
||||
lessScriptNode.src = 'https://cdnjs.loli.net/ajax/libs/less.js/3.8.1/less.min.js'
|
||||
lessScriptNode.async = true
|
||||
lessScriptNode.onload = () => {
|
||||
buildIt()
|
||||
|
|
|
@ -80,7 +80,7 @@ const updateTheme = primaryColor => {
|
|||
javascriptEnabled: true
|
||||
};
|
||||
`
|
||||
lessScriptNode.src = 'https://gw.alipayobjects.com/os/lib/less.js/3.8.1/less.min.js'
|
||||
lessScriptNode.src = 'https://cdnjs.loli.net/ajax/libs/less.js/3.8.1/less.min.js'
|
||||
lessScriptNode.async = true
|
||||
lessScriptNode.onload = () => {
|
||||
buildIt()
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
<div class="post-thum">
|
||||
<img
|
||||
class="img"
|
||||
:src="postToStage.thumbnail || 'https://os.alipayobjects.com/rmsportal/mgesTPFxodmIwpi.png'"
|
||||
:src="postToStage.thumbnail || '//i.loli.net/2019/05/05/5ccf007c0a01d.png'"
|
||||
@click="handleShowThumbDrawer"
|
||||
>
|
||||
<a-button
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<div class="sheet-thum">
|
||||
<img
|
||||
class="img"
|
||||
:src="sheetToStage.thumbnail || 'https://os.alipayobjects.com/rmsportal/mgesTPFxodmIwpi.png'"
|
||||
:src="sheetToStage.thumbnail || '//i.loli.net/2019/05/05/5ccf007c0a01d.png'"
|
||||
@click="handleShowThumbDrawer"
|
||||
>
|
||||
<a-button
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
>
|
||||
<div class="photo-detail-img">
|
||||
<img
|
||||
:src="photo.url || 'https://os.alipayobjects.com/rmsportal/mgesTPFxodmIwpi.png'"
|
||||
:src="photo.url || '//i.loli.net/2019/05/05/5ccf007c0a01d.png'"
|
||||
@click="showThumbDrawer"
|
||||
>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue