From 71f327918029781d6f78dd4e03397c5154e6ccb1 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期六, 27 七月 2024 08:26:39 +0800
Subject: [PATCH] feat:修改线上地址

---
 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