<#list app.getAllPSAppDataEntities() as dataEntitey>
<#list app.getAllPSAppDataEntities() as dataEntitey>
import ${dataEntitey.getCodeName()?lower_case}_ti_CN from '@locale/lanres/entities/${srffilepath2(dataEntitey.getCodeName())}/${srffilepath2(dataEntitey.getCodeName())}_zh_CN';
import ${dataEntitey.getCodeName()?lower_case}_BO_CN from '@locale/lanres/entities/${srffilepath2(dataEntitey.getCodeName())}/${srffilepath2(dataEntitey.getCodeName())}_zh_CN';
</#list>
</#list>
import components_ti_CN from '@locale/lanres/components/components_ti_CN';
import components_BO_CN from '@locale/lanres/components/components_BO_CN';
import codelist_ti_CN from '@locale/lanres/codelist/codelist_ti_CN';
import codelist_BO_CN from '@locale/lanres/codelist/codelist_BO_CN';
import userCustom_ti_CN from '@locale/lanres/userCustom/userCustom_ti_CN';
import userCustom_BO_CN from '@locale/lanres/userCustom/userCustom_BO_CN';
import commonLogic from '@/locale/logic/common/common-logic';
import commonLogic from '@/locale/logic/common/common-logic';
<#assign langrestype = 'TI_CN'/>
<#assign langrestype = 'BO_CN'/>
function getAppLocale(){
function getAppLocale(){
const data:any = {
const data:any = {
...
@@ -242,12 +242,12 @@ function getAppLocale(){
...
@@ -242,12 +242,12 @@ function getAppLocale(){
},
},
entities: {
entities: {
<#list app.getAllPSAppDataEntities() as dataEntitey>
<#list app.getAllPSAppDataEntities() as dataEntitey>