Commit e8b4db9e6229675ddac139eefaaf78e1ab5cc272

Authored by fengtao
1 parent 08532c05

perf(src/packages): 3D编辑器,新增刷新页面也回显模型数据

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -53,7 +53,7 @@ editor.storage.init(async function () {
53 53 const params = new URLSearchParams(paramsStr)
54 54 const file_uuid = params.get('three_file_uuid')
55 55 const actionType = params.get('action_type')
56   - if (actionType === 'create') return
  56 + // if (actionType === 'create') return
57 57
58 58 const { spin, stop } = useSpin()
59 59 try {
... ...