|
@ -5,7 +5,7 @@ new Vue({
|
|
|
// iframeSrc: "../../new-quailty-manager/html/new-quailty-manager.html",
|
|
|
loading: false,
|
|
|
|
|
|
historyArr:[{url:'../html/home.html',text:'首页'},], //历史记录
|
|
|
historyArr:[{url:'../html/home.html',text:'全文病历检索'},], //历史记录
|
|
|
activeIndex:'0' , //当前历史记录选中的下标
|
|
|
leftTabActive:'2-0',//左边菜单中当前高亮下标
|
|
|
isCollapse: false, //导航栏是否隐藏
|
|
@ -66,7 +66,7 @@ new Vue({
|
|
|
this.isCollapse = !this.isCollapse;
|
|
|
break;
|
|
|
case '2-0':
|
|
|
activeObj = {url:'../html/search.html',text:'全文病历检索'};
|
|
|
activeObj = {url:'../html/home.html',text:'全文病历检索'};
|
|
|
break;
|
|
|
case '2-1':
|
|
|
window.open('../../bigData/html/medical.html')
|