1
wangxinhui
2025-01-15 ed3a236c4ec7f79c9d94b241d3520fcaf1bf2708
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}