ZhangXianQiang
2024-06-20 c2a7b2a4f6d701f8526fb78541864ef8c6e68347
src/api/index.js
@@ -1,6 +1,8 @@
import axios from "axios";
import { useRoute } from "vue-router";
const route = useRoute();
axios.defaults.headers["Content-Type"] = "application/json;charset=utf-8";
const service = axios.create({