Skip to content

Commit 7f973c8

Browse files
committed
chore: 更新活动编辑器默认为PC页
1 parent fc87d5d commit 7f973c8

File tree

1 file changed

+1
-1
lines changed
  • packages/demo/src/vue-editor/router/routes

1 file changed

+1
-1
lines changed

packages/demo/src/vue-editor/router/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const routes = [
1818
{
1919
path: '*',
2020
hidden: true,
21-
redirect: { name: 'editorM' }
21+
redirect: { name: 'editor' }
2222
}
2323
];
2424

0 commit comments

Comments
 (0)