曹睿
7 天以前 aca7aa9ce32acc4c8795342f945b027d3bc9f62a
src/pages/mine/index.vue
@@ -252,6 +252,7 @@
      if (res.confirm) {
        userStore.logout();
        toast.show("已退出登录");
        uni.reLaunch({ url: "/pages/login/index" });
      }
    },
  });
@@ -267,14 +268,14 @@
};
// 常见问题
const navigateToFAQ = () => {
  uni.navigateTo({ url: "/pages/mine/faq/index" });
};
// const navigateToFAQ = () => {
//   uni.navigateTo({ url: "/pages/mine/faq/index" });
// };
// 关于我们
const navigateToAbout = () => {
  uni.navigateTo({ url: "/pages/mine/about/index" });
};
// const navigateToAbout = () => {
//   uni.navigateTo({ url: "/pages/mine/about/index" });
// };
// 设置
const navigateToSettings = () => {
@@ -282,9 +283,9 @@
};
// 问题反馈
const handleQuestionFeedback = () => {
  uni.navigateTo({ url: "/pages/mine/feedback/index" });
};
// const handleQuestionFeedback = () => {
//   uni.navigateTo({ url: "/pages/mine/feedback/index" });
// };
// 导航到各个板块
const navigateToSection = (section: string, subSection?: string) => {