热搜词缓存

This commit is contained in:
mabo
2021-07-30 17:11:36 +08:00
parent dc08d545a2
commit 93ba1c134f
3 changed files with 20 additions and 9 deletions

View File

@@ -9,3 +9,6 @@ export const SET_NAVLIST = (state, data) => {
export const SET_CARTNUM = (state, data) => {
state.cartNum = data
}
export const SET_HOTWORDS = (state, data) => {
state.hotWordsList = data
}