From 3e5ccc0369e0b8e61ce50e186246e57c1547ae00 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期二, 30 七月 2024 18:00:59 +0800 Subject: [PATCH] 申请复磅细节 --- utils/status.config.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/utils/status.config.js b/utils/status.config.js index 4c5f903..a1fb07e 100644 --- a/utils/status.config.js +++ b/utils/status.config.js @@ -5,4 +5,6 @@ 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'; +export const userId = 'userId'; \ No newline at end of file -- Gitblit v1.9.1