From 1d1e327a1cbf8bd822078a9f71894f25ddcee437 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Mon, 11 Jan 2021 10:32:49 +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