/** * 微信公众号 appId * * 允许根据测试服务器域名,设置测试用的(公司自己的)公众号 */ let appId = 'wxf7fdbeea741166be' // if (/hymctest/.test(location.href)) { // appId = 'wxc09b57e6e10c7676' // 测试用 // } export default appId