wanshenmean
2026-03-13 e5d171107520aa5d40b00b8e3fb8cd26e32531e8
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: "" },