|
@@ -12,7 +12,7 @@ export interface ConfigParams {
|
|
|
export const getConfig = async <ConfigParams>(
|
|
|
): Promise<ConfigParams> => {
|
|
|
try {
|
|
|
- const res = await service.request({url: '../hzyz/mobile/appconfig.json'});
|
|
|
+ const res = await service.request({url: '../mobile/appconfig.json'});
|
|
|
|
|
|
return res.data as ConfigParams;
|
|
|
} catch (error: any) {
|