admin管理员组

文章数量:1624322

  1. 下载组件
import CallApp from "callapp-lib"
  1. 事件唤醒
<button class="download-btn" @click="openApp">下载app</button>
openApp() {
	const option = {
	  scheme: {
	    protocol: 'SweethinApp',
	  },
	  universal: {
	    host: 'www.sweethin',
	    pathKey: '',
	  },
	  appstore: 'https://apps.apple/cn/app/sweethin/id1500383176',
	  yingyongbao: '',
	  fallback: 'https://h5.sweethin',
	  timeout: 2000,
	};
	const lib = new CallApp(option);
		lib.open({
		  path: '',
		})
	},

本文标签: 跳转商店手机app