luyisha 2 years ago
parent
commit
266d0edf9d
  1. BIN
      src/assets/img/features/code.png
  2. BIN
      src/assets/img/illustration_1.png
  3. 2
      src/views/home/index.vue
  4. 4
      src/views/setting/login-pwd.vue

BIN
src/assets/img/features/code.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
src/assets/img/illustration_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

2
src/views/home/index.vue

@ -540,7 +540,7 @@
<div class="build-bottom d-flex">
<div class="build-left">
<div style="display: flex;margin: 114px auto 66px;">
<img src="" alt="" style="width: 135px;height: 135px;background-color: #000;margin-right: 33px;">
<img src="../../assets/img/features/code.png" alt="" style="width: 135px;height: 135px;background-color: #000;margin-right: 33px;">
<div>
<div style="font-size: 22px;margin: 30px 0px 10px 0px;">{{ $t("homeNewText.cc6") }}</div>
<div style="color: #908F94;font-size: 18px;">{{ $t("homeNewText.cc7") }}</div>

4
src/views/setting/login-pwd.vue

@ -21,7 +21,7 @@
/>
</div>
<!-- Captcha -->
<div class="form-group">
<div class="form-group" v-if="0">
<label>{{$t('common.GraphicValidation')}}</label>
<div class="col-12 row">
<input type="text" id="gccode" v-model="form.gc_code" required
@ -122,7 +122,7 @@ export default {
if (utils.validate(".edit-password")) {
Setting.updatePassword(data)
.then(res => {
this.$message.success(this.$t('common.changeSuccess'));
this.$message.success(this.$t('setting.changeSuccess'));
this.$emit("close");
})
.catch(err => {});

Loading…
Cancel
Save