mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +08:00
fix: 修复合并丢掉的虚拟组件配置,导致photos my 下的虚拟组件异常
This commit is contained in:
parent
5059c9ea65
commit
0e0794338a
@ -53,7 +53,8 @@ const addConfig = {
|
||||
package: PackagesCategoryEnum.PHOTOS,
|
||||
title: e.fileName,
|
||||
image: e.url,
|
||||
dataset: e.url
|
||||
dataset: e.url,
|
||||
virtualComponent: './components/Informations/Mores/Image' // 虚拟组件路径,尾部不跟 ‘/’,相对于 /packages/index.ts 文件的位置
|
||||
}
|
||||
userPhotosList.push(newPhoto)
|
||||
setLocalStorage(StoreKey, userPhotosList)
|
||||
|
Loading…
Reference in New Issue
Block a user