From 8a04328fbba2139f399cb85ea9581adbe8d7e8c6 Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期六, 27 七月 2024 22:43:45 +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