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