wanshenmean
2026-03-30 0005d58f6888dd3e4524784d1b6f103f9b1c588e
Code/WCS/WIDESEAWCS_Client/src/views/system/UserInfo.vue
@@ -55,6 +55,7 @@
<script>
import VolForm from "@/components/basic/VolForm.vue";
import VolBox from "@/components/basic/VolBox.vue";
import errorImgSrc from "@/assets/imgs/error-img.png";
export default {
  components: {
    VolForm,
@@ -119,7 +120,7 @@
  },
  data() {
    return {
      errorImg: 'this.src="' + require("@/assets/imgs/error-img.png") + '"',
      errorImg: 'this.src="' + errorImgSrc + '"',
      modifyOptions: {
        model: false,
        fields: { oldPwd: "", newPwd: "", newPwd1: "" },