Compare commits

...

1 Commits

Author SHA1 Message Date
kk d392ff98b7 apiBaseUrl改成https
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Successful in 41s
2026-07-11 18:22:44 +08:00
+1 -1
View File
@@ -3,7 +3,7 @@
*/
const prod = {
// 业务 API 地址(vms-api
apiBaseUrl: 'http://101.200.86.98:4000',
apiBaseUrl: 'https://vmsapi.arklinksmart.cn',
// 网关地址(vms-gateway)— 用户授权、短信等接口走网关
apiGatewayUrl: 'https://gateway.arklinksmart.cn',