根据客户反馈需求进行了界面修改已完成,暂未对接接口,等待后端修改完成后对接接口。

This commit is contained in:
monanxiao
2024-10-18 17:27:44 +08:00
parent 4383fa69de
commit 185429a94c
9 changed files with 189 additions and 39 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const errorCode = {
// const url = "https://repair.cpolar.top"; // 开发地址
// const url = "https://xcx.cqcxj.cn"; // 正式地址
const url = "https://cqjql.scdswj.cn:9443"; // 临时地址
const url = "https://cqjql.scdswj.cn:9443"; // 临时地址n
const service = axios.create({
baseURL: url,