This commit is contained in:
parent
5d79396e81
commit
1d4f68a3d9
|
@ -29,10 +29,10 @@ axios.interceptors.response.use(
|
||||||
if (error.response) {
|
if (error.response) {
|
||||||
if (error.response.status == 401) {
|
if (error.response.status == 401) {
|
||||||
ElMessage.error("请重新登录!");
|
ElMessage.error("请重新登录!");
|
||||||
// window.location.href = '/#/login?returnURL=' + window.location.href
|
window.location.href = '/#/login?returnURL=' + window.location.href
|
||||||
// window.location.href =
|
window.location.href =
|
||||||
// 'http://220.191.238.50:996/api/login?returnURL=' +
|
'http://220.191.238.50:996/api/login?returnURL=' +
|
||||||
// window.location.href
|
window.location.href
|
||||||
} else if (error.response.status == 404) {
|
} else if (error.response.status == 404) {
|
||||||
ElMessage.error("Status:404,正在请求不存在的服务器记录!");
|
ElMessage.error("Status:404,正在请求不存在的服务器记录!");
|
||||||
} else if (error.response.status == 500) {
|
} else if (error.response.status == 500) {
|
||||||
|
|
|
@ -864,6 +864,7 @@ onBeforeUnmount(() => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.left_1 {
|
.left_1 {
|
||||||
|
cursor: pointer;
|
||||||
background-image: url(@/assets/images/sjfx/lnsjfx.png);
|
background-image: url(@/assets/images/sjfx/lnsjfx.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
|
|
|
@ -1524,6 +1524,7 @@ onMounted(() => {
|
||||||
|
|
||||||
.schoolbs {
|
.schoolbs {
|
||||||
// width: 128px;
|
// width: 128px;
|
||||||
|
cursor: pointer;
|
||||||
height: 41px;
|
height: 41px;
|
||||||
padding: 0px 20px 0 30px;
|
padding: 0px 20px 0 30px;
|
||||||
background-image: url(@/assets/eduImg/jyImg1.png);
|
background-image: url(@/assets/eduImg/jyImg1.png);
|
||||||
|
|
|
@ -413,6 +413,7 @@
|
||||||
class="ylws_item"
|
class="ylws_item"
|
||||||
v-for="(item, index) in data.ylwsList"
|
v-for="(item, index) in data.ylwsList"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
:style="{'cursor': item.name=='医院卫生院' ? 'pointer' : ''}"
|
||||||
@click="showDialog2(item.name, '/api/ggfwyth/yywsyList')"
|
@click="showDialog2(item.name, '/api/ggfwyth/yywsyList')"
|
||||||
>
|
>
|
||||||
<div class="name">{{ item.name }}</div>
|
<div class="name">{{ item.name }}</div>
|
||||||
|
@ -2507,6 +2508,7 @@ onBeforeMount(async () => {
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
||||||
&_item {
|
&_item {
|
||||||
|
cursor: pointer;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 112px;
|
height: 112px;
|
||||||
|
@ -3184,6 +3186,7 @@ table {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
.jtsyBoxtop1 {
|
.jtsyBoxtop1 {
|
||||||
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -1087,6 +1087,7 @@ const getData = () => {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.history1 {
|
.history1 {
|
||||||
|
cursor: pointer;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
|
Loading…
Reference in New Issue