diff --git a/src/store/modules/app.js b/src/store/modules/app.js index 3b415cd..9596135 100644 --- a/src/store/modules/app.js +++ b/src/store/modules/app.js @@ -1,6 +1,6 @@ const state = { userName: '', - tabActive:0, + tabActive:1, scrollTop:0 } const mutations = {