mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 18:05:53 +08:00
热搜词缓存
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user