From 2a031b0384d318d53843c57e07d657272bda79df Mon Sep 17 00:00:00 2001 From: qinjie Date: Mon, 23 Aug 2021 14:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9ETOKEN=5FNAME=E5=B8=B8?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/mutation-types.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/mutation-types.js b/src/store/mutation-types.js index 580e48f..03055f4 100644 --- a/src/store/mutation-types.js +++ b/src/store/mutation-types.js @@ -1,5 +1,6 @@ export const ACCESS_TOKEN = 'ACCESS-TOKEN' export const LOGIN_TOKEN = 'LOGIN-TOKEN' +export const TOKEN_NAME = 'Authorization' export const SIDEBAR_TYPE = 'sidebar_type' export const TOGGLE_MOBILE_TYPE = 'is_mobile'