Browse Source

默认进入待处理

test
mk 1 year ago
parent
commit
836ffe7e67
  1. 2
      src/store/modules/app.js

2
src/store/modules/app.js

@ -1,6 +1,6 @@
const state = { const state = {
userName: '', userName: '',
tabActive:0, tabActive:1,
scrollTop:0 scrollTop:0
} }
const mutations = { const mutations = {

Loading…
Cancel
Save