constants.js 104 字节
Newer Older
M
MicroMilo 已提交
1 2 3 4 5
/** uni-admin 缓存键名 */
export const uniAdminCacheKey = {
	theme: "uni-admin-theme", // 主题

}