From a855bc6ae27cec13077bae5a137c93b6c4557f30 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Thu, 12 Jan 2023 11:32:35 +0800
Subject: [PATCH] 首页携带token直接访问设置
---
src/util/store.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/util/store.js b/src/util/store.js
index 6388ec2..0c59fca 100644
--- a/src/util/store.js
+++ b/src/util/store.js
@@ -55,6 +55,7 @@
} else if (obj.dataType == 'object') {
content = obj.content;
}
+ console.log(content,9999)
return content;
}
/**
--
Gitblit v1.9.3