|
@@ -490,7 +490,7 @@
|
|
|
<div class="forieu" style="width: 618px">
|
|
|
<div class="bure burert">
|
|
|
<el-upload
|
|
|
- :action="defaultSettings.urls+'/prod-api/common/upload'"
|
|
|
+ :action="defaultSettings.urls+process+'/common/upload'"
|
|
|
:auto-upload="false"
|
|
|
ref="upload"
|
|
|
:before-upload="beforeAvatarUpload"
|
|
@@ -675,7 +675,8 @@ export default {
|
|
|
tabIndex: Number,
|
|
|
},
|
|
|
data() {
|
|
|
- return {
|
|
|
+ return {
|
|
|
+ process: process.env.VUE_APP_BASE_API,
|
|
|
defaultSettings,
|
|
|
disfal:false,
|
|
|
// 遮罩层
|