This commit is contained in:
1
src/services/platform-entry/index.ts
Normal file
1
src/services/platform-entry/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { getPlatformProfileDashboard } from './platformProfileClient';
|
||||
5
src/services/platform-entry/platformProfileClient.ts
Normal file
5
src/services/platform-entry/platformProfileClient.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* 平台首页资料读取入口。
|
||||
* 直连 RPG profile client,避免默认首页首访经过服务桶入口触发额外模块转译。
|
||||
*/
|
||||
export { getRpgProfileDashboard as getPlatformProfileDashboard } from '../rpg-entry/rpgProfileClient';
|
||||
Reference in New Issue
Block a user