mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 00:15:54 +08:00
10 lines
139 B
JavaScript
10 lines
139 B
JavaScript
export function os() {
|
|
return uni.getSystemInfoSync().platform;
|
|
};
|
|
|
|
export function sys() {
|
|
return uni.getSystemInfoSync();
|
|
}
|
|
|
|
|