From b493a2fcc1fcd7757216f9bd43b1a61fae0c9de4 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 19 六月 2025 10:18:14 +0800 Subject: [PATCH] 民航礼仪、婴幼儿生活照护书中重复题目删除,答题器bug修改 --- src/plugin/axios/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/plugin/axios/index.js b/src/plugin/axios/index.js index 59feee0..286c057 100644 --- a/src/plugin/axios/index.js +++ b/src/plugin/axios/index.js @@ -11,8 +11,8 @@ 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}` - console.log(localStorage.getItem(myConfig.tokenKey),"---"+8989899) return config }, (error) => { -- Gitblit v1.9.1