Jelajahi Sumber

合同接口修正

zhuli 2 minggu lalu
induk
melakukan
661f288e70
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/api/modules/contractManagement.ts

+ 1 - 1
src/api/modules/contractManagement.ts

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