From 7113b4f2dd47a313c6fbc85c21f4756da42b212a Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Mon, 11 Jan 2021 17:06:18 +0800 Subject: [PATCH] gx --- 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