Commit e0cf6efd1e8b71ab16b4c163b771114bd17dec08

Authored by fengtao
1 parent fe27d805

fix:移除打印信息

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 };
... ...