Commit 2379b284 authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-wx-api]: 默认内置缓存功能关闭,因为管理后台添加商品后小程序端不会刷新最新数据。

parent 30a8efdd
......@@ -8,7 +8,7 @@ import java.util.Map;
* 简单缓存的数据
*/
public class HomeCacheManager {
public static final boolean ENABLE = true;
public static final boolean ENABLE = false;
public static final String INDEX = "index";
public static final String CATALOG = "catalog";
public static final String GOODS = "goods";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment