768eb63fc69d413055821c7963168f2e2677412c..6c526503d7b106e436393b4eac0a1c01ced0fe60
2025-04-23 YM
Merge branch 'master' of http://182.92.203.7:2001/r/LibraryAgent
6c5265 对比 | 目录
2025-04-23 YM
1
294863 对比 | 目录
2个文件已修改
2 ■■■■■ 已修改文件
src/main.ts 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/plugin/axios/index.ts 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.ts
@@ -10,6 +10,7 @@
const app = createApp(App)
app.provide('request', request)
app.use(ElementPlus, {
  locale: zhCn
src/plugin/axios/index.ts
@@ -11,6 +11,7 @@
service.interceptors.request.use(
  (config) => {
    debugger
    const token = "app-6MPX5Fr97eK6BWHpy8g7vddd"
    if (token) config.headers['Authorization'] = `Bearer ${token}`
    return config