Compare commits

..

3 Commits

Author SHA1 Message Date
姚宇浩 0d3e68ea70 更新 2024-09-03 12:44:21 +08:00
姚宇浩 4ead475068 Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc 2024-09-03 09:06:56 +08:00
姚宇浩 ba55f11f1e 111 2024-09-03 09:06:51 +08:00
3 changed files with 1440 additions and 2630 deletions

View File

@ -70,6 +70,11 @@ const router = createRouter({
path: '/home/index/person', path: '/home/index/person',
component: () => import('../view/person/index.vue'), component: () => import('../view/person/index.vue'),
}, },
{
name: '地图编辑',
path: '/home/index/mapEdit',
component: () => import('../view/sy_map_fb.vue'),
},
] ]
}, },
] ]

View File

@ -111,7 +111,7 @@
<div class="right" style="width: 517px" v-show="!showEdit"> <div class="right" style="width: 517px" v-show="!showEdit">
<div class="jbggfwq"> <div class="jbggfwq">
<div class="title"> <div class="title">
<div class="title_name"> <div class="title_name" >
<span> 基本公共服务圈</span> <span> 基本公共服务圈</span>
</div> </div>
</div> </div>
@ -1245,7 +1245,7 @@ const moveDK = async () => {
id: changeCsqkId.value, id: changeCsqkId.value,
data: JSON.stringify(arrJWD), data: JSON.stringify(arrJWD),
}; };
await http.post(`/api/ggfwyth/regionalDivision/edit`, sj).then((res) => { await http.post(`/api/ggfwyth/regionalDivision/editVillage`, sj).then((res) => {
if (res.code == 200) { if (res.code == 200) {
ElMessage.success({ ElMessage.success({
message: "保存成功", message: "保存成功",

File diff suppressed because it is too large Load Diff