From 1d4f68a3d993d152596297a75aaa04df3910857b Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Wed, 17 Jul 2024 14:29:42 +0800 Subject: [PATCH] gx --- src/utils/request.js | 8 ++++---- src/view/analyze.vue | 1 + src/view/education.vue | 1 + src/view/sy.vue | 3 +++ src/view/yl.vue | 1 + 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index efd7178..e84a0e0 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -29,10 +29,10 @@ axios.interceptors.response.use( if (error.response) { if (error.response.status == 401) { ElMessage.error("请重新登录!"); - // window.location.href = '/#/login?returnURL=' + window.location.href - // window.location.href = - // 'http://220.191.238.50:996/api/login?returnURL=' + - // window.location.href + window.location.href = '/#/login?returnURL=' + window.location.href + window.location.href = + 'http://220.191.238.50:996/api/login?returnURL=' + + window.location.href } else if (error.response.status == 404) { ElMessage.error("Status:404,正在请求不存在的服务器记录!"); } else if (error.response.status == 500) { diff --git a/src/view/analyze.vue b/src/view/analyze.vue index fd2486e..876b368 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -864,6 +864,7 @@ onBeforeUnmount(() => { } .left_1 { + cursor: pointer; background-image: url(@/assets/images/sjfx/lnsjfx.png); background-repeat: no-repeat; background-size: 100% 100%; diff --git a/src/view/education.vue b/src/view/education.vue index a343806..6e52820 100644 --- a/src/view/education.vue +++ b/src/view/education.vue @@ -1524,6 +1524,7 @@ onMounted(() => { .schoolbs { // width: 128px; + cursor: pointer; height: 41px; padding: 0px 20px 0 30px; background-image: url(@/assets/eduImg/jyImg1.png); diff --git a/src/view/sy.vue b/src/view/sy.vue index 82ef6bd..5ac4a95 100644 --- a/src/view/sy.vue +++ b/src/view/sy.vue @@ -413,6 +413,7 @@ class="ylws_item" v-for="(item, index) in data.ylwsList" :key="index" + :style="{'cursor': item.name=='医院卫生院' ? 'pointer' : ''}" @click="showDialog2(item.name, '/api/ggfwyth/yywsyList')" >
{{ item.name }}
@@ -2507,6 +2508,7 @@ onBeforeMount(async () => { justify-content: space-around; &_item { + cursor: pointer; box-sizing: border-box; width: 160px; height: 112px; @@ -3184,6 +3186,7 @@ table { margin-bottom: 15px; padding-top: 20px; .jtsyBoxtop1 { + cursor: pointer; position: relative; display: flex; overflow: hidden; diff --git a/src/view/yl.vue b/src/view/yl.vue index 47bd4a5..a317a72 100644 --- a/src/view/yl.vue +++ b/src/view/yl.vue @@ -1087,6 +1087,7 @@ const getData = () => { align-items: center; .history1 { + cursor: pointer; font-size: 26px; color: #ffffff; line-height: 30px;