小程序im客服对接

This commit is contained in:
mabo
2021-05-26 18:03:15 +08:00
parent f56acf5a76
commit b5722c27b6
4 changed files with 96 additions and 3 deletions

View File

@@ -364,6 +364,17 @@
//app页面不显示滚动条
"scrollIndicator": "none"
}
},
{ // 客服
"path": "customerservice/index",
"style": {
"navigationBarTitleText": "客服",
"usingComponents": {
// #ifdef MP-WEIXIN
"chat": "plugin://myPlugin/chat"
// #endif
}
}
}
]