feat:完成了工单接口(关单,删除,获取工单列表)的对接,工单详情对了一部分

This commit is contained in:
KindSeven
2024-09-14 23:45:12 +08:00
parent 556c87812a
commit 5f2ae8db4d
7 changed files with 160 additions and 56 deletions

View File

@@ -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,