🎨 修改代码规范.
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
|
||||
// 跳转到指定页
|
||||
onBeforeMount(() => {
|
||||
const key = route.query.key;
|
||||
const key = route.query.key as string;
|
||||
if (key) {
|
||||
activeKey.value = key as string;
|
||||
activeKey.value = key;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user