This commit is contained in:
姚宇浩 2024-10-16 09:41:17 +08:00
parent 325eed58b2
commit 7d8feb2314
3 changed files with 8 additions and 7 deletions

View File

@ -573,10 +573,10 @@ const handleRowClick = (row) => {
} }
}; };
const handleRowClickGO = (row) => { const handleRowClickGO = (row) => {
router.push({ // router.push({
path: `/person/rwTable`, // path: `/person/rwTable`,
query: { xh: row.xh, bm: row.bm }, // query: { xh: row.xh, bm: row.bm },
}); // });
}; };
// //

View File

@ -2934,7 +2934,7 @@ const get_dk_zyys = async (xzjd, csq, number, name) => {
}); });
xkzCenter.forEach((center) => { xkzCenter.forEach((center) => {
if (csq == center.name) { if (csq == center.name) {
let a = { ...center, num: number }; let a = { ...center, num: number, zyysmc: name };
zyys_data.value.center.push(a); zyys_data.value.center.push(a);
} }
}); });
@ -3017,6 +3017,7 @@ const Xr_zyysNum = (polygon, indexx) => {
offsetX: 10, offsetX: 10,
offsetY: -15, offsetY: -15,
properties: { properties: {
// title: `${polygon.name}(${polygon.zyysmc})`,
title: polygon.name, title: polygon.name,
number: polygon.num, number: polygon.num,
imgSrc2: dwd, imgSrc2: dwd,

View File

@ -15,8 +15,8 @@ export default defineConfig({
// 第一个代理 // 第一个代理
"/api": { "/api": {
// 匹配到啥来进行方向代理 // 匹配到啥来进行方向代理
target: "http://10.0.0.7:8095/", //刘进 // target: "http://10.0.0.7:8095/", //刘进
// target: "https://jzzf.longyou.gov.cn:998/", //线上 target: "https://jzzf.longyou.gov.cn:998/", //线上
// target: "http://220.191.238.50:996/", //线上 // target: "http://220.191.238.50:996/", //线上
// target: "https://zzdyyfb.dsjj.qz.gov.cn/web/mgop/gov-open/zj/2002428903/reserved/", //线上 // target: "https://zzdyyfb.dsjj.qz.gov.cn/web/mgop/gov-open/zj/2002428903/reserved/", //线上
changeOrigin: true, //是否支持跨域 changeOrigin: true, //是否支持跨域