From 279fe9a0444b3bd7bfb66f5e7f4922869f02593e Mon Sep 17 00:00:00 2001
From: chenyibo <p-honggang.li@pcitc.com>
Date: 星期二, 30 三月 2021 16:38:02 +0800
Subject: [PATCH] 1.修改格式问题

---
 src/utils/axios.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/utils/axios.js b/src/utils/axios.js
index b28575e..d42baf4 100644
--- a/src/utils/axios.js
+++ b/src/utils/axios.js
@@ -117,10 +117,10 @@
 // request鎷︽埅鍣�
 Service.interceptors.request.use(
   config => {
-  // 涓存椂杩藉姞
-  //   if ($store.state.user.account) {
-  //     config.headers.account = $store.state.user.account
-  //   }
+    // 涓存椂杩藉姞
+    //   if ($store.state.user.account) {
+    //     config.headers.account = $store.state.user.account
+    //   }
     const copyConfig = Object.assign({}, config)
     // copyConfig = filterOauthData(copyConfig)
     // showDebugInfo(copyConfig)

--
Gitblit v1.8.0