wanshenmean
2026-03-09 4c1f6449a2dd28bdfb76dae2bac127c2081f9f54
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: "" },