From aff94579d33c07675ab160652b6d8ce49ed2e154 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 24 一月 2025 15:56:46 +0800
Subject: [PATCH] fix:更改请求地址

---
 pages/public-page/dataStatistics/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pages/public-page/dataStatistics/index.vue b/pages/public-page/dataStatistics/index.vue
index 0c3cb17..32e4726 100644
--- a/pages/public-page/dataStatistics/index.vue
+++ b/pages/public-page/dataStatistics/index.vue
@@ -1,5 +1,5 @@
 <template>
-<div class="warp"  :style="{backgroundImage:`url(${onlineurl}/appimg/image/鏁版嵁缁熻/鏁版嵁缁熻.jpg)`}">
+<div class="warp"  :style="{backgroundImage:`url(${onlineurl}/appimg/image/dataStatistics/dataStatisticsbanner.jpg)`}">
     <!-- 鍐呭鍖哄煙 -->
     <div class="conter">
         杩欎竴骞�,<br/>
@@ -17,6 +17,7 @@
 export default {
     data() {
         return {
+            onlineurl,
             fontObj:{
                 percentage: "",
                 times: '',

--
Gitblit v1.9.1