提交 aac6478f 编写于 作者: linjinyang's avatar linjinyang

本地语言资源 更新---fix1

上级 d5a144d9
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</div> </div>
<div class="header-right" style="display: flex;align-items: center;justify-content: space-between;"> <div class="header-right" style="display: flex;align-items: center;justify-content: space-between;">
<app-header-menus /> <app-header-menus />
<app-lang v-if="localList.length > 1" style='font-size: 15px;padding: 0 10px;'></app-lang> <app-lang style='font-size: 15px;padding: 0 10px;'></app-lang>
<app-orgsector></app-orgsector> <app-orgsector></app-orgsector>
<app-user></app-user> <app-user></app-user>
<app-theme style="width:45px;display: flex;justify-content: center;"></app-theme> <app-theme style="width:45px;display: flex;justify-content: center;"></app-theme>
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
import { Vue, Component, Prop, Provide, Emit, Watch,Inject } from 'vue-property-decorator'; import { Vue, Component, Prop, Provide, Emit, Watch,Inject } from 'vue-property-decorator';
import { UIActionTool,Util } from '@/utils'; import { UIActionTool,Util } from '@/utils';
import NavDataService from '@/service/app/navdata-service'; import NavDataService from '@/service/app/navdata-service';
import { localList } from '@locale/local-list';
<#if view.getPSAppCounterRefs()??> <#if view.getPSAppCounterRefs()??>
<#list view.getPSAppCounterRefs() as singleCounterRef> <#list view.getPSAppCounterRefs() as singleCounterRef>
<#if singleCounterRef.getPSAppCounter()??> <#if singleCounterRef.getPSAppCounter()??>
......
...@@ -65,14 +65,6 @@ ...@@ -65,14 +65,6 @@
} }
</#if> </#if>
/**
* 本地语言资源
*
* @type {*}
* @memberof ${srfclassname('${view.name}')}Base
*/
public localList: any[] = localList;
/** /**
* 当前主题 * 当前主题
* *
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册