智慧保安互联网APP
.
shuishen
2021-11-25 75218179fa1b50e9a700f4e1c167c1c4ccd8bdb4
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}