1
zzzz
2024-04-25 d152b0f764b72dc8949f2df5a7e05040556187e8
1
3 files modified
8 ■■■■ changed files
src/page/home/help.vue 4 ●●●● patch | view | raw | blame | history
src/page/newUser/index.vue 2 ●●● patch | view | raw | blame | history
src/page/newUser/setting.vue 2 ●●● patch | view | raw | blame | history
src/page/home/help.vue
@@ -287,8 +287,8 @@
    },
    handleOutLoginClick() {
      // 退出登录
      MessageBox.confirm(this.$t("hj149") + "?", this.$t("hj165"), {
        confirmButtonText: this.$t("hj161"),
      MessageBox.confirm(this.$t("hj149"), this.$t(""), {
        confirmButtonText: this.$t("qr"),
        cancelButtonText: this.$t("hj106"),
      })
        .then(() => {
src/page/newUser/index.vue
@@ -365,7 +365,7 @@
    },
    handleOutLoginClick() {
      // 退出登录
      MessageBox.confirm(this.$t("hj149"), this.$t("hj165"), {
      MessageBox.confirm(this.$t(""), this.$t("hj165"), {
        confirmButtonText: this.$t("qr"),
        cancelButtonText: this.$t("hj106"),
      })
src/page/newUser/setting.vue
@@ -239,7 +239,7 @@
    },
    handleOutLoginClick() {
      // 退出登录
      MessageBox.confirm(this.$t("hj149"), this.$t("hj165"), {
      MessageBox.confirm(this.$t("hj149"), this.$t(""), {
        confirmButtonText: this.$t("qr"),
        cancelButtonText: this.$t("hj106"),
      })