appSource() {
			const u = navigator.userAgent;
			const isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
			if (isiOS) {
				return "ios";
			} else {
				return "andriod";
			}
		},
Logo

前往低代码交流专区

更多推荐