From 5b9a1d6cb3a7d59c8f2de83c495bba1a069b2723 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期五, 19 一月 2024 00:23:15 +0800 Subject: [PATCH] update --- src/utils/auth.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/utils/auth.js b/src/utils/auth.js index 03faaa6..2d8e496 100644 --- a/src/utils/auth.js +++ b/src/utils/auth.js @@ -1,3 +1,9 @@ +/* + * @Date: 2019-11-21 14:21:14 + * @LastEditors: Sneed + * @LastEditTime: 2024-01-17 23:18:41 + * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/utils/auth.js + */ import Cookies from 'js-cookie' const TokenKey = 'x-token' -- Gitblit v1.9.3