diff --git a/src/js/store/index.js b/src/js/store/index.js index 2b254ac2..276c7f83 100644 --- a/src/js/store/index.js +++ b/src/js/store/index.js @@ -91,7 +91,7 @@ export default new Vuex.Store({ commit('SET_TIPS_TIME', times) } }) - }, 10000) + }, 60000) }, setTipsList({ commit }, time) { return new Promise(async (resolve, reject) => {