import UserCache from "@/config/UserCache";
/**
* 当前环境
* @type {string}
*/
const ENV = 'dev';
* 打开日志打印
* @type {boolean}
const OPEN_LOG = true;
export {OPEN_LOG, ENV, UserCache}