|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<!-- :style='{height:height} -->
|
|
|
<div class="home">
|
|
|
- <timeing ></timeing>
|
|
|
+ <timeing></timeing>
|
|
|
<!-- <people></people> -->
|
|
|
<div class="p99">
|
|
|
<!-- <span class="title">多系统使用次数{{moreSystem}}次</span> -->
|
|
@@ -10,7 +10,7 @@
|
|
|
<span class="title">微信端{{weixinSystem}}次</span>-->
|
|
|
</div>
|
|
|
<p class="backtitle">居家老年人巡访关爱探访平台</p>
|
|
|
- <div class="go-pc" @click="goBack" ></div>
|
|
|
+ <div class="go-pc" @click="goBack"></div>
|
|
|
<div class="login-out" @click="logout"></div>
|
|
|
<div class="left">
|
|
|
<!-- 左一 -->
|
|
@@ -463,11 +463,13 @@ export default {
|
|
|
window.location.href =
|
|
|
"https://info.windd.cn/infoAdmin/#/home?sessionId=" +
|
|
|
res.data.data;
|
|
|
+ // "http://10.16.4.15:8081/#/home?sessionId="
|
|
|
}
|
|
|
});
|
|
|
} else {
|
|
|
window.location.href =
|
|
|
"https://info.windd.cn/infoAdmin/#/home?sessionId=0";
|
|
|
+ // "http://10.16.4.15:8081/#/home?sessionId=0";
|
|
|
}
|
|
|
},
|
|
|
async findDept(data) {
|
|
@@ -1462,8 +1464,8 @@ export default {
|
|
|
width: 100%;
|
|
|
font-size: 1.7vh;
|
|
|
}
|
|
|
-.go-pc{
|
|
|
- position: absolute;
|
|
|
+.go-pc {
|
|
|
+ position: absolute;
|
|
|
right: 8%;
|
|
|
top: 6%;
|
|
|
background: url("../assets/index/gopc_btn.png") no-repeat;
|