From 08b73a91cec8c8ef430b8d5bc5b4a631bcbbe7f2 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期日, 21 七月 2024 18:13:49 +0800
Subject: [PATCH] Merge branch 'main' of https://gitee.com/people_3/hmy_farmer

---
 mixin/mixin.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/mixin/mixin.js b/mixin/mixin.js
index 0435a8b..a2ac9ad 100644
--- a/mixin/mixin.js
+++ b/mixin/mixin.js
@@ -24,6 +24,9 @@
 			cache_user: state => {
 				return state.currentInfo || {}
 			},
+			sign: state => {
+				return state.sign || {}
+			},
 			// currentEnId: state=>{
 			// 	// console.log('currentEnId',state.currentInfo.enId,state.currentInfo)
 			// 	return state.currentInfo.enId || ''

--
Gitblit v1.9.3