From c746208a50199beda3eaf9f14dfb20dfc5cb9f59 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 23 七月 2024 10:28:02 +0800 Subject: [PATCH] 1 --- 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