WXL
6 天以前 b76de9a566e4435146a970aa22333a58f87b485b
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(() => {