UNPKG

magic-helper

Version:

this is magic helper

7 lines (6 loc) 270 B
// 启动项目时获得的参数 export const PARAMS_LOCAL_KEY = 'magic-params'; const { uniPlatform } = uni.getSystemInfoSync(); export const isH5 = uniPlatform === 'web'; export const SCAN_RES_KEY = 'SCAN_RES_KEY'; export const DEFAULT_TARGET = '/pages/index/index';