Revert "refactor: 用户首次登录后跳转到跟踪页面"

回退提交,如果用户没有权限会陷入死循环

This reverts commit 84208e12
This commit is contained in:
Captain.B 2020-12-28 14:13:31 +08:00
parent 0a72802884
commit 6dfda405ec
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Vue.use(VueRouter);
const router = new VueRouter({
routes: [
{path: "/", redirect: '/track/home'},
{path: "/", redirect: '/setting/personsetting'},
{
path: "/sidebar",
components: {