This commit is contained in:
姚宇浩 2024-07-17 14:29:42 +08:00
parent 5d79396e81
commit 1d4f68a3d9
5 changed files with 10 additions and 4 deletions

View File

@ -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) {

View File

@ -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%;

View File

@ -1524,6 +1524,7 @@ onMounted(() => {
.schoolbs {
// width: 128px;
cursor: pointer;
height: 41px;
padding: 0px 20px 0 30px;
background-image: url(@/assets/eduImg/jyImg1.png);

View File

@ -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')"
>
<div class="name">{{ item.name }}</div>
@ -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;

View File

@ -1087,6 +1087,7 @@ const getData = () => {
align-items: center;
.history1 {
cursor: pointer;
font-size: 26px;
color: #ffffff;
line-height: 30px;