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: "" },