feat:完成了工单接口(关单,删除,获取工单列表)的对接,工单详情对了一部分
This commit is contained in:
@@ -4,6 +4,7 @@ import { ElMessage, ElMessageBox } from "element-plus";
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user