From 5227ce05a36d16fc32691b73e4d75c8aee9cea51 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Mon, 11 Jan 2021 16:46:37 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-app

---
 hive-app/common/jssdk/httpUtils.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/hive-app/common/jssdk/httpUtils.js b/hive-app/common/jssdk/httpUtils.js
index 7f4a4f6..f08d3b5 100644
--- a/hive-app/common/jssdk/httpUtils.js
+++ b/hive-app/common/jssdk/httpUtils.js
@@ -72,6 +72,9 @@
 	},
 	getToken(){
 		return StorageUtil.getStorage('userInfo','token')
+	},
+	getUserFunction(){
+		return StorageUtil.getStorage('userInfo','userFunction')
 	}
  }
  export default httpUtils;
\ No newline at end of file

--
Gitblit v1.9.1