Jelajahi Sumber

修改i域名

mht 3 minggu lalu
induk
melakukan
902609e340
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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 = {