We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832df85 commit af4e6f1Copy full SHA for af4e6f1
admin/src/components/common/navBar.vue
@@ -5,14 +5,14 @@
5
<el-col :xs="6" :sm="6" :md="4" :lg="4" :xl="4">
6
<div class="grid-content">
7
<el-menu-item index="1">
8
- <router-link :to="{name: 'article'}">首页</router-link>
+ <router-link :to="{name: 'bus'}">首页</router-link>
9
</el-menu-item>
10
</div>
11
</el-col>
12
13
14
15
- <router-link :to="{name: 'bus'}">公交查询</router-link>
+ <router-link :to="{name: 'md'}">Markdown</router-link>
16
17
18
0 commit comments