This commit is contained in:
lmj
2022-11-29 16:30:24 +08:00
parent f69ae4c1da
commit c25923c532
2 changed files with 2 additions and 0 deletions

View File

@@ -72,6 +72,7 @@
export default {
data(){
return {
webBaseUrl:this.$config.context,
showLevel:1,
show:false,
fileBaseUrl:this.$config.fileUrl,

View File

@@ -74,6 +74,7 @@
components: {cropper},
data() {
return {
fileUrl:this.$config.fileUrl,
aid:'',
userInfoObj:{
account:{nickName:'',mobile:'',avatar:'',email:'',passValue:'',sex:''},