提交 15302484 编写于 作者: KK's avatar KK

权限服务调整

上级 78983348
...@@ -44,7 +44,7 @@ export class AuthServiceRegister { ...@@ -44,7 +44,7 @@ export class AuthServiceRegister {
protected init(): void { protected init(): void {
<#if app.getAllPSAppDataEntities()??> <#if app.getAllPSAppDataEntities()??>
<#list app.getAllPSAppDataEntities() as curAppEntity> <#list app.getAllPSAppDataEntities() as curAppEntity>
this.allAuthService.set('${curAppEntity.getCodeName()?lower_case}', () => import('@/authservice/${srffilepath2(curAppEntity.getCodeName())}/${srffilepath2(curAppEntity.getCodeName())}-auth-service')); this.allAuthService.set('${curAppEntity.getCodeName()?lower_case}', () => import('@app-core/authservice/${srffilepath2(curAppEntity.getCodeName())}/${srffilepath2(curAppEntity.getCodeName())}-auth-service'));
</#list> </#list>
</#if> </#if>
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册