[fix] file assets in sync
This commit is contained in:
@@ -87,7 +87,7 @@ export async function getFileSrc(loc:string) {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|
||||||
if(forageStorage.isAccount){
|
if(forageStorage.isAccount && loc.startsWith('assets')){
|
||||||
return hubURL + `/rs/` + loc
|
return hubURL + `/rs/` + loc
|
||||||
}
|
}
|
||||||
if(usingSw){
|
if(usingSw){
|
||||||
|
|||||||
Reference in New Issue
Block a user