Browse Source

随手记文件上传路径

master
wanggongfeng 6 years ago
parent
commit
1bf3327ede
  1. 4
      src/views/modules/workRecord/dailyrecordinfoDetail.vue

4
src/views/modules/workRecord/dailyrecordinfoDetail.vue

@ -158,8 +158,8 @@ export default {
} }
}, },
created: function () { created: function () {
// this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/oss/file/upload?token=${Cookies.get('token')}` this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/oss/file/upload?token=${Cookies.get('token')}`
this.uploadUrl = `http://219.146.91.110:10000/epdc-api/oss/file/uploadImg?token=${Cookies.get('token')}` // this.uploadUrl = `http://219.146.91.110:10000/epdc-api/oss/file/uploadImg?token=${Cookies.get('token')}`
}, },
mounted () { mounted () {
this.pageDisabled = this.$route.query.disabled this.pageDisabled = this.$route.query.disabled

Loading…
Cancel
Save