Code/WMS/WIDESEA_WMSClient/src/views/system/UserInfo.vue
@@ -55,6 +55,12 @@ <script> import VolForm from "@/components/basic/VolForm.vue"; import VolBox from "@/components/basic/VolBox.vue"; const userInfoErrorImg = new URL( "../../assets/imgs/error-img.png", import.meta.url ).href; export default { components: { VolForm, @@ -119,7 +125,7 @@ }, data() { return { errorImg: 'this.src="' + require("@/assets/imgs/error-img.png") + '"', errorImg: `this.src="${userInfoErrorImg}"`, modifyOptions: { model: false, fields: { oldPwd: "", newPwd: "", newPwd1: "" },