From 9a3baab049df4a32a7b724c5f24cecdbc3e469b6 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 05 六月 2025 09:37:25 +0800 Subject: [PATCH] 图片名字更新 --- src/plugin/axios/index.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/plugin/axios/index.js b/src/plugin/axios/index.js index 80a8050..286c057 100644 --- a/src/plugin/axios/index.js +++ b/src/plugin/axios/index.js @@ -11,6 +11,7 @@ service.interceptors.request.use( (config) => { let token = localStorage.getItem(myConfig.tokenKey) + config.headers['Cache-Control'] = 'no-cache, no-store, must-revalidate' if (token) config.headers['Authorization'] = `bearer ${token}` return config }, -- Gitblit v1.9.1