1
YM
2024-07-26 e00361c6bcbb1a56f6dcda22b91bdfcb2736e263
src/pages/index/index.vue
@@ -150,7 +150,7 @@
import Footer1 from "@/components/footer/footer.vue";
export default {
  components: {
    Footer1,
    Footer1
  },
  data() {
    return {
@@ -169,55 +169,55 @@
        pass: "",
        checkPass: "",
        cellphoneORmailbox: "",
        verifyCode: "",
        verifyCode: ""
      },
      // 登录用户账号
      loginData: {
        // 账号
        loginID: "",
        pass: "",
        pass: ""
      },
      // 重置密码
      resetDataPass: {
        cellphoneORmailbox: "",
        verifyCode: "",
        newPass: "",
        checkPass: "",
        checkPass: ""
      },
      // 修改密码
      amendDataPass: {
        loginID: "",
        originalPass: "",
        newPass: "",
        checkPass: "",
        checkPass: ""
      },
      // 书籍数据
      listData: [
        {
          name: "历代人物",
          id: 1,
          id: 1
        },
        {
          name: "家学传承",
          id: 2,
          id: 2
        },
        {
          name: "学术图谱",
          id: 6,
          id: 6
        },
        {
          name: "学术流派",
          id: 3,
          id: 3
        },
        {
          name: "地域图谱",
          id: 4,
        },
          id: 4
        }
        // {
        //   name: "中医医事制度",
        //   id: 5
        // }
      ],
      ]
    };
  },
  onLoad() {
@@ -225,7 +225,7 @@
      success: function (info) {
        // console.log('屏幕的宽度:' + info.windowWidth);
        // console.log('屏幕的高度:' + info.windowHeight);
      },
      }
    });
  },
  mounted() {
@@ -236,7 +236,7 @@
    // 搜索
    onSearch(val) {
      uni.navigateTo({
        url: "/pages/knowledgeBase/knowledgeBase?keyword=" + val.text,
        url: "/pages/knowledgeBase/knowledgeBase?keyword=" + val.text
      });
    },
    // 搜索
@@ -247,7 +247,7 @@
        if (this.searchInput.trim() !== "") {
          uni.navigateTo({
            url:
              "/pages/knowledgeBase/knowledgeBase?keyword=" + this.searchInput,
              "/pages/knowledgeBase/knowledgeBase?keyword=" + this.searchInput
          });
        }
        this.searchInput = "";
@@ -260,30 +260,30 @@
      if (item.id == 1) {
        uni.navigateTo({
          // url: '/pages/character/detail?id=' + item.id
          url: "/pages/character/index?id=" + item.id,
          url: "/pages/character/index?id=" + item.id
        });
      } else if (item.id == 2) {
        uni.navigateTo({
          url: "/pages/inherit/index?id=" + item.id,
          url: "/pages/inherit/index?id=" + item.id
        });
        // uni.navigateTo({
        //    url: '/pages/shiyiHome/shiyiHome'
        // })
      } else if (item.id == 3) {
        uni.navigateTo({
          url: "/pages/academicGenres/index?id=" + item.id,
          url: "/pages/academicGenres/index?id=" + item.id
        });
      } else if (item.id == 4) {
        uni.navigateTo({
          url: "/pages/territory/territory?id=" + item.id,
          url: "/pages/territory/territory?id=" + item.id
        });
      } else if (item.id == 5) {
        uni.navigateTo({
          url: "/pages/TcmSystem/TcmSystem?id=" + item.id,
          url: "/pages/TcmSystem/TcmSystem?id=" + item.id
        });
      } else if (item.id == 6) {
        uni.navigateTo({
          url: "/pages/academicSchools/index",
          url: "/pages/academicSchools/index"
        });
      }
    },
@@ -315,7 +315,7 @@
          // token 不存在
          this.isCommand = false;
          uni.navigateTo({
            url: "/pages/Login/Login",
            url: "/pages/Login/Login"
          });
        }
      } else if (index == 3) {
@@ -326,7 +326,7 @@
    handleCommand(int) {
      if (int == 1) {
        uni.navigateTo({
          url: "/pages/changePassword/changePassword",
          url: "/pages/changePassword/changePassword"
        });
      } else if (int == 2) {
        uni.showModal({
@@ -343,15 +343,15 @@
                //退出成功!并跳转到其他页面
                this.$message.success("退出成功");
                uni.reLaunch({
                  url: "/pages/Login/Login",
                  url: "/pages/Login/Login"
                });
              });
            }
          },
          }
        });
      }
    },
  },
    }
  }
};
</script>
@@ -493,12 +493,11 @@
  .secretary li {
    width: 1.3rem !important;
    height: 4rem !important;
    span {
      width: 0.5rem !important;
      height: 70% !important;
      font-size: 0.25rem !important;
    }
  }
  .secretary li span {
    width: 0.5rem !important;
    height: 70% !important;
    font-size: 0.25rem !important;
  }
  .hua {
@@ -558,12 +557,11 @@
  .secretary li {
    width: 1.3rem !important;
    height: 4rem !important;
    span {
      width: 0.5rem !important;
      height: 70% !important;
      font-size: 0.25rem !important;
    }
  }
  .secretary li span {
    width: 0.5rem !important;
    height: 70% !important;
    font-size: 0.25rem !important;
  }
  /* 高级搜索 */
@@ -660,26 +658,24 @@
  height: 100vh;
  color: #fff;
}
.container .repository {
  width: 100% !important;
  /* margin-top: 19px; */
  /* height: 68%; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.container .repository .Ttop {
  margin-top: 0.38rem;
  margin-bottom: 1.22rem;
}
  .repository {
    width: 100% !important;
    /* margin-top: 19px; */
    /* height: 68%; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    .Ttop {
      margin-top: 0.38rem;
      margin-bottom: 1.22rem;
    }
    .r-top {
      font-size: 40rpx !important;
      margin: 10rpx 0;
    }
  }
.container .repository .r-top {
  font-size: 40rpx !important;
  margin: 10rpx 0;
}
.login {
@@ -735,22 +731,21 @@
  /* flex-wrap: wrap; */
  padding: 0 20px;
  text-align: center;
  li {
    background-color: #fff;
    color: black;
    width: 1.6rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ebf4ff;
    font-weight: 600;
    margin: 0 0.21rem;
    cursor: pointer;
  }
}
.secretary li {
  background-color: #fff;
  color: black;
  width: 1.6rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ebf4ff;
  font-weight: 600;
  margin: 0 0.21rem;
  cursor: pointer;
}
::v-deep .cleanupBtn {