frontend_h5/treegitee/libs/function/sys.js

10 lines
130 B
JavaScript
Raw Permalink Normal View History

2024-06-17 15:25:46 +08:00
export function os() {
return uni.getSystemInfoSync().platform;
};
export function sys() {
return uni.getSystemInfoSync();
}