From d1441fb578d08ce4669a13cb63aa01f82823e391 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 24 Jun 2021 15:48:38 +0800
Subject: [PATCH] 顶部导航栏自定义,通过头像点击跳转到我的页面
---
store/state.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/store/state.js b/store/state.js
index 7c525d0..93b8c35 100644
--- a/store/state.js
+++ b/store/state.js
@@ -10,7 +10,7 @@
puserID: '',
puserIphone:'',
avatar:"../../static/logo.png",
- UserData: {},
+ UserData: {}
}
export default state
--
Gitblit v1.9.3