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 { export default {
data(){ data(){
return { return {
webBaseUrl:this.$config.context,
showLevel:1, showLevel:1,
show:false, show:false,
fileBaseUrl:this.$config.fileUrl, fileBaseUrl:this.$config.fileUrl,

View File

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