智慧保安APP验收版本
shuishen
2021-12-03 31a5c00aeb725b8aaccca1d9fab4f074aae4d22d
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}