Merge pull request 'fix : 测试字典接口没加token' (#140) from dd into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/140
This commit is contained in:
2024-10-08 14:33:43 +00:00

View File

@@ -6,6 +6,7 @@ import { getToken, removeToken } from "./auth";
axios.defaults.headers['Content-Type']='application/json'
console.log(import.meta.env.VITE_BASE_URL);
const serveice = axios.create({
baseURL: import.meta.env.VITE_BASE_URL,
timeout: 6000