From 1ef0e393913961c11ea05f868a537015572d7b7c Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 12 四月 2023 08:07:04 +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