Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -25,6 +25,7 @@ export const mutations = { |
25 | 25 | // #endif |
26 | 26 | // #ifndef H5 |
27 | 27 | uni.removeStorageSync("userInfo"); |
28 | + uni.removeStorageSync('storagePre'); | |
28 | 29 | // #endif |
29 | 30 | }, |
30 | 31 | }; |
... | ... | @@ -35,6 +36,5 @@ export const actions = { |
35 | 36 | commit |
36 | 37 | }, data) { |
37 | 38 | state.badgeInfo = data |
38 | - console.log('Change total', data); | |
39 | 39 | } |
40 | 40 | }; | ... | ... |