Skip to content

Commit 1483541

Browse files
committed
同步最新代码
1 parent fbbb93c commit 1483541

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pages/jcxm/widget-store.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const store: StoreOptions<WidgetState> = {
3333
group: "manage",
3434
disableOther: ["roamLine"]
3535
},
36+
3637
{
3738
component: markRaw(
3839
defineAsyncComponent(
@@ -50,7 +51,9 @@ const store: StoreOptions<WidgetState> = {
5051
name: "layer-picture-guihua"
5152
},
5253
{
53-
component: markRaw(defineAsyncComponent(() => import(/* webpackChunkName: "location-point" */ "@mars/widgets/basic/location-point/index.vue"))),
54+
component: markRaw(
55+
defineAsyncComponent(() => import(/* webpackChunkName: "location-point" */ "@mars/widgets/basic/location-point/index.vue"))
56+
),
5457
name: "location-point",
5558
group: "tools"
5659
}

0 commit comments

Comments
 (0)