chore: 集成统一客服服务

This commit is contained in:
2025-12-16 16:54:39 +08:00
parent 142a97d65c
commit d9c9599cb2
6 changed files with 1103 additions and 277 deletions

View File

@@ -98,6 +98,11 @@
if (uni.getStorageSync('servicerConfig')) {
this.$store.commit('setServicerConfig', uni.getStorageSync('servicerConfig'));
}
// 企业微信配置
if (uni.getStorageSync('wxworkConfig')) {
this.$store.commit('setWxworkConfig', uni.getStorageSync('wxworkConfig'));
}
// 版权信息
if (uni.getStorageSync('copyright')) {