diff --git a/dist.zip b/dist.zip index 338d3b8..ec53553 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/assets/YLimg/ylimg13.png b/src/assets/YLimg/ylimg13.png new file mode 100644 index 0000000..b19e6ac Binary files /dev/null and b/src/assets/YLimg/ylimg13.png differ diff --git a/src/view/guide.vue b/src/view/guide.vue index 8590b1d..fadf252 100644 --- a/src/view/guide.vue +++ b/src/view/guide.vue @@ -137,13 +137,13 @@ const reset_font = () => { "scale(" + width / 1920 + "," + height / 1080 + ")"; }; onMounted(() => { - // let token = tools.data.get("token"); - // // console.log(token, "token"); - // if (token == null) { - // ElMessage.error("请重新登录!"); - // window.location.href = - // "http://220.191.238.50:996/api/login?returnURL=" + window.location.href; - // } + let token = tools.data.get("token"); + // console.log(token, "token"); + if (token == null) { + ElMessage.error("请重新登录!"); + window.location.href = + "http://220.191.238.50:996/api/login?returnURL=" + window.location.href; + } reset_font(); reset_font(); }); diff --git a/src/view/sy.vue b/src/view/sy.vue index 94cfe5e..9314f17 100644 --- a/src/view/sy.vue +++ b/src/view/sy.vue @@ -119,7 +119,7 @@
{{ data.salvageServices.jzje }}万元
@@ -1242,7 +1242,7 @@ const getData = async () => { // data.salvageServices[key] = res.data.jzfw[key]; // }); data.salvageServices.jzrc = addThousandSeparator(res.data.jzfw.jzrc); - data.salvageServices.jzje = addThousandSeparator(res.data.jzfw.jzje); + data.salvageServices.jzje = (res.data.jzfw.jzje / 10000).toFixed(2); } // 教育事业&师生比例 const jysyKeys = ["xxzs", "xszs", "jzgzs"]; diff --git a/src/view/table_gk/gk_yl.vue b/src/view/table_gk/gk_yl.vue index fc900ec..a140093 100644 --- a/src/view/table_gk/gk_yl.vue +++ b/src/view/table_gk/gk_yl.vue @@ -270,16 +270,16 @@
- +
-
36,234
+
@@ -892,6 +892,10 @@ const getData = () => { width: 165px; height: 35px; } + .serviceimg1 { + width: 165px; + height: 64px; + } .serviceTop { display: flex; @@ -914,11 +918,11 @@ const getData = () => { position: absolute; width: 160px; height: 160px; - top: 76px; + top: 5px; } .ylimg { - margin-top: 40px; + margin-top: 5px; width: 160px; height: 190px; }