charles_c 5 сар өмнө
parent
commit
39f1712df3
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      config/config.ts

+ 1 - 1
config/config.ts

@@ -13,7 +13,7 @@ type Env = 'dev' | 'prod';
 // 定义 API URL 配置
 const API_URL: Record<Env, string> = {
   dev: 'http://localhost:3000',
-  prod: 'https://1919com.com',
+  prod: 'https://lvyin20.tv',
 };
 
 /**