提交 3d625a6f 编写于 作者: ibizdev's avatar ibizdev

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 b57972b4
......@@ -55,7 +55,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("图书编辑视图",null),
},
exportandimportgridview: {
caption: commonLogic.appcommonhandle("数据导入导出",null),
caption: commonLogic.appcommonhandle("Data Import And Export",null),
title: commonLogic.appcommonhandle("图书表格视图(数据导入导出)",null),
},
autogrouplistview: {
......
......@@ -6,7 +6,7 @@
<sider class="index_sider" :width="collapseChange ? 64 : 200" hide-trigger v-model="collapseChange" id= "left_move">
<div class="sider-top">
<div class="page-logo">
<img v-show="collapseChange" v-if="isEnableAppSwitch" src="assets/img/logo2.png" height="16" @click="contextMenuDragVisiable=!contextMenuDragVisiable" />
<span class="menuicon" v-if="isEnableAppSwitch" @click="contextMenuDragVisiable=!contextMenuDragVisiable"><Icon type="md-menu" /></span>
<span v-show="!collapseChange" style="overflow-x: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;text-align: center;font-weight: 300;font-size: 20px;">{{$t(model.srfCaption)}}</span>
</div>
</div>
......
......@@ -28,6 +28,8 @@ const router = new Router({
caption: 'app.views.index.caption',
info:'',
viewType: 'APPINDEX',
imgPath: 'assets/img/logo2.png',
iconCls: '',
parameters: [
{ pathName: 'index', parameterName: 'index' },
],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册