Blame view

apps/utils/links.js 230 Bytes
陈峰 authored
1 2 3 4 5
export default {
  toDownloadApp() {
    window.location.href = 'https://union.yoho.cn/union/app-downloads.html?union_type=100000000000349&client_id=1927079456&openby:yohobuy={"action":"go.home","params":{"channel":"1"}}';
  }
};