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

Closes #96
This commit is contained in:
Captain.B 2020-12-28 11:19:32 +08:00
parent ad982b5e09
commit 84208e1230
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: '/setting/personsetting'},
{path: "/", redirect: '/track/home'},
{
path: "/sidebar",
components: {