Commit 67c01a6dfc1479aa3a8a6f592d30a927e35b4c79
Merge branch 'perf/editor/10-25/2024' into 'main_dev'
perf(src/packages): 3D编辑器,新增刷新页面也回显模型数据 See merge request yunteng/thingskit-view!303
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -53,7 +53,7 @@ editor.storage.init(async function () { | @@ -53,7 +53,7 @@ editor.storage.init(async function () { | ||
53 | const params = new URLSearchParams(paramsStr) | 53 | const params = new URLSearchParams(paramsStr) |
54 | const file_uuid = params.get('three_file_uuid') | 54 | const file_uuid = params.get('three_file_uuid') |
55 | const actionType = params.get('action_type') | 55 | const actionType = params.get('action_type') |
56 | - if (actionType === 'create') return | 56 | + // if (actionType === 'create') return |
57 | 57 | ||
58 | const { spin, stop } = useSpin() | 58 | const { spin, stop } = useSpin() |
59 | try { | 59 | try { |