Commit 6633098d authored by 郑磊's avatar 郑磊

小程序默认总是不显示状态栏

parent d2ee7c3f
import { getCookie } from '../web/cookie'
import { run_methods } from '../web/environment'
//小程序的run_methods总是不显示顶部状态栏
if (!run_methods.includes('hidetopbar')) {
run_methods.push('hidetopbar')
}
export { type DeviceType, device, in_app, lang, open_source, run_methods } from '../web/environment'
......
Markdown is supported
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