UNPKG
zhu-jiang-yi-yuan-mobile
Version:
latest (1.0.20201209)
1.0.20201209
南方医科大学珠江医院移动端
www.nsn.com
zhu-jiang-yi-yuan-mobile
/
es
/
utils
/
Const.js
3 lines
•
116 B
JavaScript
View Raw
1
2
3
import
{
NConst
}
from
'nsn-const'
;
var
CLS_PREFIX
=
""
.
concat
(
NConst
.
CLS_PREFIX
,
"-mobile"
);
export
{
CLS_PREFIX
};