Browse Source

优化上传

master
ltlzx 4 years ago
parent
commit
7049ef78a1
  1. 4
      src/components/common/dialog/DataReview/IDCard.vue
  2. 4
      src/components/common/dialog/DataReview/application.vue
  3. 4
      src/components/common/dialog/DataReview/assetValuation.vue
  4. 4
      src/components/common/dialog/DataReview/assets.vue
  5. 4
      src/components/common/dialog/DataReview/bankProve.vue
  6. 4
      src/components/common/dialog/DataReview/certificate.vue
  7. 4
      src/components/common/dialog/DataReview/elseFile.vue
  8. 4
      src/components/common/dialog/DataReview/entrust.vue
  9. 4
      src/components/common/dialog/DataReview/license.vue
  10. 4
      src/components/common/dialog/DataReview/operatorIDCard.vue
  11. 4
      src/components/common/dialog/DataReview/promise.vue
  12. 2
      vue.config.js

4
src/components/common/dialog/DataReview/IDCard.vue

@ -69,8 +69,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer : false,
img_url:[]
}

4
src/components/common/dialog/DataReview/application.vue

@ -43,8 +43,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer:false,
img_url:[]
}

4
src/components/common/dialog/DataReview/assetValuation.vue

@ -38,8 +38,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer:false,
img_url:[],
}

4
src/components/common/dialog/DataReview/assets.vue

@ -47,8 +47,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer:false,
img_url:[]
}

4
src/components/common/dialog/DataReview/bankProve.vue

@ -40,8 +40,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer:false,
img_url:[]
}

4
src/components/common/dialog/DataReview/certificate.vue

@ -40,8 +40,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer:false,
img_url:[]
}

4
src/components/common/dialog/DataReview/elseFile.vue

@ -80,8 +80,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer:false,
img_url:[]
}

4
src/components/common/dialog/DataReview/entrust.vue

@ -40,8 +40,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer:false,
img_url:[]
}

4
src/components/common/dialog/DataReview/license.vue

@ -40,8 +40,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer:false,
img_url:[]
}

4
src/components/common/dialog/DataReview/operatorIDCard.vue

@ -63,8 +63,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer : false,
img_url:[]
}

4
src/components/common/dialog/DataReview/promise.vue

@ -40,8 +40,8 @@ export default {
},
data() {
return{
host:'http://rccqapi.szcaee.cn ',
action:'http://rccqapi.szcaee.cn /api/Index/uploadFile',
host:'http://rccqapi.szcaee.cn',
action:'http://rccqapi.szcaee.cn/api/Index/uploadFile',
showViewer:false,
img_url:[]
}

2
vue.config.js

@ -5,7 +5,7 @@ module.exports = {
devServer: {
proxy: {
'/api':{
target:'http://rccqapi.szcaee.cn /',
target:'http://rccqapi.szcaee.cn/',
// target:'http://localhost:8080',
changeOrigin:true,
pathRewrite:{

Loading…
Cancel
Save