基本成型
This commit is contained in:
@@ -13,7 +13,7 @@ const env = accountInfo.miniProgram.envVersion as EnvVersion;
|
||||
// 环境配置映射
|
||||
const config: Record<EnvVersion, EnvConfig> = {
|
||||
develop: { apiBaseUrl: 'http://localhost:9096' },
|
||||
trial: { apiBaseUrl: 'https://test-api.example.com' },
|
||||
trial: { apiBaseUrl: 'http://www.toutoukan.cn:9096' },
|
||||
release: { apiBaseUrl: 'https://api.example.com' }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user