This commit is contained in:
liqi 2025-04-04 22:06:14 +08:00
parent ef17ec5055
commit 3515b74fe9
1 changed files with 2 additions and 1 deletions

View File

@ -302,7 +302,7 @@
>
<img
v-if="ruleForm.img"
:src="'http://101.43.201.20:5001' + ruleForm.img"
:src="url + ruleForm.img"
class="avatar"
id="imgAdaption"
/>
@ -446,6 +446,7 @@ export default {
},
data() {
return {
url: process.env.VUE_APP_API_URL,
ruleForm: {},
formList: [],
languageList: [],