Commit c1817aec by liang ce

默认入口修改

parent 73859030
......@@ -2,7 +2,7 @@
<div class="Dashboard">
<a-layout class="content" style="padding: 24px 0; background: #fff;min-height: calc(100vh - 149px)">
<div><img src="../../assets/Welcome.png"/></div>
<div>欢迎您进入mingwork管理后台</div>
<div>欢迎您进入企业e卡通管理后台</div>
</a-layout>
</div>
</template>
......
......@@ -64,7 +64,7 @@ router.beforeEach(function (to, from, next) {
if (res === 'noPermission') {
next({ name: 'noPermission' })
} else {
next({ name: 'accountManagement' })
next({ name: 'dashboard' })
}
}).catch((err) => {
console.log('ddpermission', err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment