|
|
@ -59,6 +59,7 @@ export default {
|
|
|
|
uploadImgUrl: process.env.VUE_APP_BASE_API + "/common/upload",
|
|
|
|
uploadImgUrl: process.env.VUE_APP_BASE_API + "/common/upload",
|
|
|
|
headers: {
|
|
|
|
headers: {
|
|
|
|
Authorization: "Bearer " + getToken(),
|
|
|
|
Authorization: "Bearer " + getToken(),
|
|
|
|
|
|
|
|
"Content-Type": "multipart/form-data",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
shopLayer: null,
|
|
|
|
shopLayer: null,
|
|
|
|
shopShow: false,
|
|
|
|
shopShow: false,
|
|
|
|