tijiao
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
//记得切换
|
//记得切换
|
||||||
|
|
||||||
//正式
|
//正式
|
||||||
const mediaUrl = '/public/';
|
// const mediaUrl = '/public/';
|
||||||
const baseUrl = '/';
|
// const baseUrl = '/';
|
||||||
|
|
||||||
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
||||||
// // const mediaUrl = 'http://zmzm.tougao.dev.com/public/';
|
// const mediaUrl = 'http://zmzm.tougao.dev.com/public/';
|
||||||
// const baseUrl = '/api'
|
const baseUrl = '/api'
|
||||||
|
|
||||||
// const mediaUrl = 'http://tougaotest.tmrjournals.com/public/';
|
// const mediaUrl = 'http://tougaotest.tmrjournals.com/public/';
|
||||||
// // const mediaUrl = 'http://zmzm.tougao.dev.com/public/';
|
// // const mediaUrl = 'http://zmzm.tougao.dev.com/public/';
|
||||||
|
|||||||
@@ -1604,8 +1604,9 @@ export default {
|
|||||||
},
|
},
|
||||||
//图片版权
|
//图片版权
|
||||||
upload_articleCopyright: function () {
|
upload_articleCopyright: function () {
|
||||||
return this.baseUrl + '/api/Article/up_file/type/figurecopyright';
|
return this.baseUrl + 'api/Article/up_file/type/figurecopyright';
|
||||||
},
|
},
|
||||||
|
|
||||||
upload_coverLetter: function () {
|
upload_coverLetter: function () {
|
||||||
return this.baseUrl + 'api/Article/up_file/type/coverLetter';
|
return this.baseUrl + 'api/Article/up_file/type/coverLetter';
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user