需要添加客服,二维码,扫码功能

This commit is contained in:
bobobobo
2026-01-14 23:38:29 +08:00
parent db1b797b68
commit 220b12e945
21 changed files with 721 additions and 182 deletions

View File

@@ -1,5 +1,7 @@
export const STORAGE_KEYS = {
TOKEN: 'token',
USER: 'userInfo',
TENCENT_USER_SIG: 'tencentUserSig' // 腾讯 IM 签名
TENCENT_USER_SIG: 'tencentUserSig', // 腾讯 IM 签名
// 字体大小
FONT_SIZE: 'fontSizeData',
}