From aff94579d33c07675ab160652b6d8ce49ed2e154 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 24 一月 2025 15:56:46 +0800
Subject: [PATCH] fix:更改请求地址

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