预装环境部署上线,域名备案通过后需切换正式域名。

This commit is contained in:
monanxiao
2024-10-17 23:22:45 +08:00
parent 78426364f3
commit 4383fa69de
4 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ const errorCode = {
default: "系统未知错误,请反馈给管理员",
};
const url = "https://repair.cpolar.top"; // "https://hazard.cpolar.top";
// const url = "https://repair.cpolar.top"; // 开发地址
// const url = "https://xcx.cqcxj.cn"; // 正式地址
const url = "https://cqjql.scdswj.cn:9443"; // 临时地址
const service = axios.create({
baseURL: url,