3
PC-20250623MANY\Administrator
2025-08-25 9e392e4327cf2aec9751c572e7569e13e8dc7f05
3
4 files modified
25 ■■■■ changed files
src/components/Language/index.vue 8 ●●●● patch | view | raw | blame | history
src/locales/hi.json 3 ●●●● patch | view | raw | blame | history
src/page/authentication/index.vue 6 ●●●● patch | view | raw | blame | history
src/page/login/login.vue 8 ●●●● patch | view | raw | blame | history
src/components/Language/index.vue
@@ -43,10 +43,10 @@
          text: "中文(繁体)",
          lang: "zh-Hant"
        },
        // {
        //   text: "हिंदी",
        //   lang: "hi"
        // },
        {
          text: "हिंदी",
          lang: "hi"
        },
      ],
    };
  },
src/locales/hi.json
@@ -697,5 +697,6 @@
  "港股账户": "हांगकांग स्टॉक अकाउंट",
  "充值提示": "प्रिय सदस्य, कृपया रिचार्जिंग के लिए ग्राहक सेवा से संपर्क करें।",
  "冻结资金": "फ्रीज फंड्स",
  "待补资金": "अनुपूरक निधि लंबित"
  "待补资金": "अनुपूरक निधि लंबित",
  "身份證件": "पहचान प्रलेख"
}
src/page/authentication/index.vue
@@ -15,7 +15,7 @@
      <label class="required-label">{{ $t("hj195") }}</label>
      <input
        type="text"
        v-model="form.name"
        v-model="form.realName"
        class="form-input"
        :disabled="isActive"
      />
@@ -139,7 +139,7 @@
      backImage: "",
      isSubmitting: false,
      form: {
        name: "",
        realName: "",
        idCard: "",
        realType: "1",
        vaildNumber: "",
@@ -213,7 +213,7 @@
        ) {
          this.form.idCard = this.$store.state.userInfo.idCard;
          this.form.vaildNumber = this.$store.state.userInfo.vaildNumber;
          this.form.name = this.$store.state.userInfo.realName;
          this.form.realName = this.$store.state.userInfo.realName;
          this.form.realType = this.$store.state.userInfo.realType;
          this.form.img1key = this.$store.state.userInfo.img1Key;
          this.form.img2key = this.$store.state.userInfo.img2Key;
src/page/login/login.vue
@@ -110,10 +110,10 @@
          text: "中文(繁体)",
          lang: "zh-Hant"
        },
        // {
        //   text: "हिंदी",
        //   lang: "hi"
        // }
        {
          text: "हिंदी",
          lang: "hi"
        }
      ]
    };
  },