Compare commits

...

3 Commits

Author SHA1 Message Date
duanxiaohai 43157fccbc gx 2024-08-06 13:42:06 +08:00
duanxiaohai 1011b01aa7 Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc 2024-08-06 11:25:30 +08:00
duanxiaohai d75da95745 gx 2024-08-06 11:25:19 +08:00
2 changed files with 11 additions and 10 deletions

View File

@ -8,14 +8,14 @@
<!-- <keep-alive include="首页地图">
<router-view />
</keep-alive> -->
<!-- <router-view v-slot="{ Component }">
<router-view v-slot="{ Component }">
<keep-alive>
<component :is="Component" />
</keep-alive>
</router-view> -->
<keep-alive :max="1" :include="['首页地图']">
</router-view>
<!-- <keep-alive :max="1" :include="['首页地图']">
<router-view />
</keep-alive>
</keep-alive> -->
</div>
</div>
</template>

View File

@ -1,7 +1,5 @@
<template>
<div class="person-container">
<a @click="back()" class="page_back"><i class="el-icon-arrow-left" title="返回"></i>返回</a>
<div class="person-content">
<div class="person-side">
<div class="my-label">
@ -392,10 +390,7 @@ const tableType = reactive({
const onClickTag = (item) => {
dialogShow.value = true;
};
const back = () =>{
// sessionStorage.setItem('return',true);
window.location.href = 'javascript:history.back(-1)';
}
const paginationDialog = reactive({
current: 1,
@ -466,6 +461,10 @@ const getData = (nm, identNo) => {
const back=()=>{
router.back()
}
// const back = () => {
// // sessionStorage.setItem('return',true);
// window.location.href = "javascript:history.back(-1)";
// };
onMounted(() => {
// console.log(routers.query);
if (routers.query.type == "map") {
@ -610,6 +609,8 @@ onMounted(() => {
display: inline-block;
// font-family: PangMenZhengDao, PangMenZhengDao;
font-family: titletheRightWay, titletheRightWay;
font-weight: 500;
font-size: 18px;
font-weight: normal;
font-size: 34px;
color: #b8fcfc;