|
@@ -9,12 +9,14 @@ export class GetRouterService implements OnModuleInit {
|
|
|
constructor(private cacheService: CacheService) { }
|
|
|
private breakPointInfo: any;
|
|
|
private logger: Logger = new Logger('GetRouterService');
|
|
|
- private configService: ConfigService;
|
|
|
+ // private configService: ConfigService;
|
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
|
async onModuleInit() {
|
|
|
- const app_id = this.configService.get('app.appId');
|
|
|
- const prefix = this.configService.get('app.prefix');
|
|
|
+ // const app_id = this.configService.get('app.appId');
|
|
|
+ // const prefix = this.configService.get('app.prefix');
|
|
|
+ const app_id = '0000000005';
|
|
|
+ const prefix = '/mnt/metaverse/scene';
|
|
|
console.log('app_id', app_id);
|
|
|
console.log('prefix', prefix);
|
|
|
let path;
|