合并ma 隐藏客服功能

This commit is contained in:
lemon橪
2021-05-27 16:26:08 +08:00
6 changed files with 317 additions and 157 deletions

View File

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