Skip to content

Commit

Permalink
更新跳转
Browse files Browse the repository at this point in the history
  • Loading branch information
meiweiyuxian committed Nov 30, 2019
1 parent 3dbf462 commit fb75168
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<script>
export default {
name: 'nideshop-admin'
name: 'hiolabs-admin'
}
</script>

Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/WelcomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="content-page">
<div class="content-nav">
<el-breadcrumb class="breadcrumb" separator="/">
<el-breadcrumb-item :to="{ path: '/dashboard' }">后台主页</el-breadcrumb-item>
<el-breadcrumb-item>后台主页</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="content-main clearfix">
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default new Router({
},
{
path: '*',
redirect: '/dashboard'
redirect: '/dashboard/welcome'
}
]
})

0 comments on commit fb75168

Please sign in to comment.