This commit is contained in:
xyc 2025-04-25 15:38:40 +08:00
parent 1f5db03144
commit 9806c01a60
12 changed files with 12 additions and 12 deletions

View File

@ -103,7 +103,7 @@
},
data() {
return {
imageUrl: config.baseUrl
imageUrl: ''
}
},
methods: {

View File

@ -219,7 +219,7 @@
data() {
return {
userId:"",
uploadUrl: config.baseUrl,
uploadUrl: '',
globalConfig: getApp().globalData.config,
//
identityType: "",

View File

@ -113,7 +113,7 @@
},
data() {
return {
uploadUrl: config.baseUrl + '/common/upload',
uploadUrl: '' + '/common/upload',
headers: {},
//
range: [],

View File

@ -72,7 +72,7 @@
},
data() {
return {
imageUrl: config.baseUrl,
imageUrl: '',
member:{},
dataList: ['', ''],
queryParams: {

View File

@ -215,7 +215,7 @@
userInfo: {
coupon: 0
},
imageUrl: config.baseUrl,
imageUrl: '',
//
wechat_img: constant.wechat_img,
//

View File

@ -46,7 +46,7 @@
},
data() {
return {
uploadUrl: config.baseUrl,
uploadUrl: '',
dataList: [{
nickName: "李林",
createTime: "2024-02-10 12:22:44",

View File

@ -149,7 +149,7 @@
this.fileImageUrl = this.valiFormData.avatar.split(',')
this.fileImageUrl.map((item)=>{
this.fileList.push({
url:config.baseUrl + item
url:item
})
})
}

View File

@ -38,7 +38,7 @@
},
data() {
return {
uploadUrl: config.baseUrl,
uploadUrl: '',
dataList: [{
createTime: "2024-02-10 12:22:44",
content: "我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见",

View File

@ -60,7 +60,7 @@
},
data() {
return {
uploadUrl: config.baseUrl,
uploadUrl: '',
dataObj: {
content: ""
},

View File

@ -47,7 +47,7 @@
},
data() {
return {
uploadUrl: config.baseUrl,
uploadUrl: '',
dataObj: {
content: ""
},

View File

@ -286,7 +286,7 @@
//
platFormRange: [],
globalConfig: getApp().globalData.config,
uploadUrl: config.baseUrl,
uploadUrl: '',
sizeType: ['compressed'],
//
fileList: [],