str_const.js 305 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 const str_const = { is_first_open: "qh_is_fist_open",//是否首次打开app is_first_show_guid: "qh_is_first_show_guid",//是否首次打开app,展示引导 is_remember_pass: 'qh_is_remember_pass',//是否记住密码 is_auto_login: 'qh_is_auto_login',//是否自动登录 } export default str_const