UNPKG
@tslsmart/magic-applet
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
特斯联移动端统一接口,抹平h5和wgt的差异
@tslsmart/magic-applet
/
src
/
constant.ts
7 lines
(6 loc)
•
265 B
text/typescript
View Raw
1
2
3
4
5
6
7
// 启动项目时获得的参数
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'