"use strict";const t=require("../../common/vendor.js"),o={state:{cate_history:t.index.getStorageSync("cate_history")?t.index.getStorageSync("cate_history"):[]},mutations:{SET_CATE_HISTORY:(e,c)=>{e.cate_history=c,t.index.setStorageSync("cate_history",e.cate_history)}},actions:{}};exports.cate=o;