mht пре 3 недеља
родитељ
комит
f722a4a0fc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/utils/config.js

+ 2 - 2
src/utils/config.js

@@ -3,8 +3,8 @@ const isDev = process.env.NODE_ENV === 'development'
 
 // API基础URL配置
 export const API_BASE_URL = isDev 
-  ? 'https://gbyy91.com/api'
-  : 'https://gbyy91.com/api' // 生产环境 
+  ? 'https://gbyy91.asia/api'
+  : 'https://mylive91.com/api' // 生产环境 
 
 // 支付方式ID
 export const PAY_WAY_ID = {