From 1cb780b1762c62751c7f5f26132f3a7aa4ef3e2f Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期四, 23 三月 2023 16:45:30 +0800 Subject: [PATCH] 微信登录修改,呼叫客服功能(完成) --- utils/status.config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/utils/status.config.js b/utils/status.config.js index 4c5f903..820027e 100644 --- a/utils/status.config.js +++ b/utils/status.config.js @@ -5,4 +5,5 @@ export const UserTabbar = 'userTabbar'; export const FailRedirect = '/pages/login/login'; export const SuccessRedirect = '/pages/tabbar-page/index-tabbar/index-tabbar'; -export const customerIdKey = 'customerId'; \ No newline at end of file +export const customerIdKey = 'customerId'; +export const nameKey = 'name'; \ No newline at end of file -- Gitblit v1.9.1