Skip to content

Commit af4e6f1

Browse files
committed
update router
1 parent 832df85 commit af4e6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/src/components/common/navBar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<el-col :xs="6" :sm="6" :md="4" :lg="4" :xl="4">
66
<div class="grid-content">
77
<el-menu-item index="1">
8-
<router-link :to="{name: 'article'}">首页</router-link>
8+
<router-link :to="{name: 'bus'}">首页</router-link>
99
</el-menu-item>
1010
</div>
1111
</el-col>
1212
<el-col :xs="6" :sm="6" :md="4" :lg="4" :xl="4">
1313
<div class="grid-content">
1414
<el-menu-item index="1">
15-
<router-link :to="{name: 'bus'}">公交查询</router-link>
15+
<router-link :to="{name: 'md'}">Markdown</router-link>
1616
</el-menu-item>
1717
</div>
1818
</el-col>

0 commit comments

Comments
 (0)