mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
修改
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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:''},
|
||||||
|
|||||||
Reference in New Issue
Block a user