From 8bd7ab8baaec7d22ae9b7fe5bf95957c405f9db1 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 13 Apr 2026 16:58:37 +0800
Subject: [PATCH] feat:静态文件移至吉安服务

---
 uniapps/work-wx/src/subPackages/flightApplication/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/uniapps/work-wx/src/subPackages/flightApplication/index.vue b/uniapps/work-wx/src/subPackages/flightApplication/index.vue
index d80c0be..d7d382a 100644
--- a/uniapps/work-wx/src/subPackages/flightApplication/index.vue
+++ b/uniapps/work-wx/src/subPackages/flightApplication/index.vue
@@ -198,7 +198,7 @@
     overflow-y: hidden;
     .header-top {
         height: 480rpx;
-        background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/fxsq-bg.png")  no-repeat ;
+        background: url("/work-wx-static/images/fxsq-bg.png")  no-repeat ;
   		background-size: 100%;
         position: relative;
         .ht-content {

--
Gitblit v1.9.3