From b76de9a566e4435146a970aa22333a58f87b485b Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 11 六月 2026 09:52:54 +0800
Subject: [PATCH] 青岛维护

---
 unpackage/dist/dev/mp-weixin/pages/index/index.js |   30 +++++-------------------------
 1 files changed, 5 insertions(+), 25 deletions(-)

diff --git a/unpackage/dist/dev/mp-weixin/pages/index/index.js b/unpackage/dist/dev/mp-weixin/pages/index/index.js
index 81c8e8b..adc631a 100644
--- a/unpackage/dist/dev/mp-weixin/pages/index/index.js
+++ b/unpackage/dist/dev/mp-weixin/pages/index/index.js
@@ -22,19 +22,19 @@
       {
         titleKey: "index.quickEntry.CaseDetails",
         icon: "/static/icons/appointment.png",
-        path: "/pages/case/CaseDetails",
+        path: "/pagesSub/case/CaseDetails",
         bgColor: "linear-gradient(135deg, #0f95b0, #89C4C1)"
       },
       {
         titleKey: "index.quickEntry.caseindex",
         icon: "/static/icons/record.png",
-        path: "/pages/case/index",
+        path: "/pagesSub/case/index",
         bgColor: "linear-gradient(135deg, #4DCEA5, #2FB4AE)"
       },
       {
         titleKey: "index.quickEntry.transfer",
         icon: "/static/icons/record.png",
-        path: "/pages/case/transfer",
+        path: "/pagesSub/case/transfer",
         bgColor: "linear-gradient(135deg, #FF9B6A, #FF6B8B)"
       },
       // {
@@ -46,7 +46,7 @@
       {
         titleKey: "index.quickEntry.investigate",
         icon: "/static/icons/record.png",
-        path: "/pages/ethicalReview/index",
+        path: "/pagesSub/ethicalReview/index",
         bgColor: "linear-gradient(135deg, #747CF9, #9B7CF9)"
       }
     ]);
@@ -90,26 +90,6 @@
         image: "/static/news/news2.png"
       }
     ]);
-    common_vendor.ref([
-      {
-        titleKey: "index.featured.tcm",
-        descKey: "index.featured.tcmDesc",
-        image: "/static/featured/tcm.png",
-        path: "/pages/featured/tcm"
-      },
-      {
-        titleKey: "index.featured.crossBorder",
-        descKey: "index.featured.crossBorderDesc",
-        image: "/static/featured/cross-border.png",
-        path: "/pages/featured/cross-border"
-      },
-      {
-        titleKey: "index.featured.expert",
-        descKey: "index.featured.expertDesc",
-        image: "/static/featured/expert.png",
-        path: "/pages/featured/expert"
-      }
-    ]);
     const navigateTo = (path, type) => {
       if (type === "tab") {
         common_vendor.index.reLaunch({
@@ -141,7 +121,7 @@
     };
     const viewNews = (news2) => {
       common_vendor.index.navigateTo({
-        url: `/pages/news/detail?id=${news2.id}`
+        url: `/pagesSub/common/news/detail?id=${news2.id}`
       });
     };
     common_vendor.onMounted(() => {

--
Gitblit v1.9.3