feat(pages): separate station-page from dashboard-page

This commit is contained in:
yangsy
2025-11-19 11:55:13 +08:00
parent 0c3e9c24f9
commit 91a665695e
5 changed files with 100 additions and 67 deletions

View File

@@ -73,7 +73,7 @@ useEventListener('keydown', (event) => {
<NFormItem label="深色模式" label-placement="left">
<ThemeSwitch />
</NFormItem>
<template v-if="route.path === '/dashboard'">
<template v-if="route.path === '/station'">
<NDivider>布局</NDivider>
<NFormItem label="车站列数" label-placement="left">
<NInputNumber v-model:value="stationLayoutGridCols" :min="1" :max="10" />