|
@@ -151,7 +151,8 @@
|
|
localStorage.removeItem('scan')
|
|
localStorage.removeItem('scan')
|
|
this.getSysConfig(1);
|
|
this.getSysConfig(1);
|
|
if(localStorage.getItem("startPage") == 1){
|
|
if(localStorage.getItem("startPage") == 1){
|
|
- this.showStart = true
|
|
|
|
|
|
+ this.showStart = true;
|
|
|
|
+ document.title = '智能预问诊';
|
|
}
|
|
}
|
|
}
|
|
}
|
|
api.getPathInfo(params).then((res)=>{
|
|
api.getPathInfo(params).then((res)=>{
|
|
@@ -181,8 +182,10 @@
|
|
if(+datas[i].value==1){
|
|
if(+datas[i].value==1){
|
|
localStorage.setItem('startPage',1)
|
|
localStorage.setItem('startPage',1)
|
|
//显示启动页
|
|
//显示启动页
|
|
- this.showStart = true
|
|
|
|
|
|
+ this.showStart = true;
|
|
|
|
+ document.title = '智能预问诊';
|
|
}else{
|
|
}else{
|
|
|
|
+ document.title = '挂号详情';
|
|
localStorage.setItem('startPage',0)
|
|
localStorage.setItem('startPage',0)
|
|
}
|
|
}
|
|
}
|
|
}
|