积分商城,站内信

This commit is contained in:
mabo
2021-05-31 18:03:48 +08:00
parent 78bd4021a6
commit 411f36150b
14 changed files with 358 additions and 69 deletions

View File

@@ -37,7 +37,8 @@ Vue.prototype.linkTo = function (url) {
window.open(url, '_blank')
}
}
Vue.prototype.connectCs = function (sign = '37ef9b97807d03c6741298ed4eb5b536d2d238e08a3c00fb01fe48f03a569974c99ad767e72c04b3165ef29aca2c488b505fe4ca') { // 联系客服
// 联系客服
Vue.prototype.connectCs = function (sign = '37ef9b97807d03c6741298ed4eb5b536d2d238e08a3c00fb01fe48f03a569974c99ad767e72c04b3165ef29aca2c488b505fe4ca') {
const url = 'https://yzf.qq.com/xv/web/static/chat/index.html?sign=' + sign
window.open(url, '_blank')
}