From 1e4a145667f460778560defccab1137b84139985 Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期一, 29 七月 2024 14:10:16 +0800 Subject: [PATCH] 权限资源 --- src/api/interceptor.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/interceptor.ts b/src/api/interceptor.ts index 09e9392..28f64cb 100644 --- a/src/api/interceptor.ts +++ b/src/api/interceptor.ts @@ -37,6 +37,7 @@ } config.headers.Authorization = `${authorization}`; } + config.headers.Authorization = 'Ijg3NmFjZjJlNGIzMzExZWY4NzI0MDI0MmFjMTIwMDA2Ig.ZqNvxw.Kgp8PcT4n2cxpzxFrYHttO4i2Eo'; return config; }, (error) => { -- Gitblit v1.8.0