Merge branch 'dev'

This commit is contained in:
奔跑的面条
2023-09-18 10:49:12 +08:00
20 changed files with 573 additions and 274 deletions
@@ -32,7 +32,7 @@ const previewHandle = () => {
const { id } = routerParamsInfo.params
// id 标识
const previewId = typeof id === 'string' ? id : id[0]
const storageInfo = chartEditStore.getStorageInfo
const storageInfo = chartEditStore.getStorageInfo()
const sessionStorageInfo = getLocalStorage(StorageEnum.GO_CHART_STORAGE_LIST) || []
if (sessionStorageInfo?.length) {