wanshenmean
4 天以前 ce1292c9cf37195b6abd2699dfc5d6cb3e143c9b
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: "" },