|
@@ -10,7 +10,7 @@ import { LOGIN_URL } from "@/config";
|
|
|
import router from "@/routers";
|
|
import router from "@/routers";
|
|
|
|
|
|
|
|
// 合同接口专用配置 - 使用不同的端口
|
|
// 合同接口专用配置 - 使用不同的端口
|
|
|
-const CONTRACT_BASE_URL = "http://120.26.186.130:33333";
|
|
|
|
|
|
|
+const CONTRACT_BASE_URL = "http://120.26.186.130";
|
|
|
|
|
|
|
|
// 创建专门用于合同接口的 axios 实例
|
|
// 创建专门用于合同接口的 axios 实例
|
|
|
// 注意:不使用 withCredentials,因为认证通过 Authorization header 传递,且服务器 CORS 配置为通配符
|
|
// 注意:不使用 withCredentials,因为认证通过 Authorization header 传递,且服务器 CORS 配置为通配符
|