Blame view

ceres-uniapp-master - 副本/uview-ui/libs/function/sys.js 130 Bytes
b7023175   杨鑫   '最新'
1
2
3
4
5
6
7
  export function os() {
  	return uni.getSystemInfoSync().platform;
  };
  
  export function sys() {
  	return uni.getSystemInfoSync();
  }