期刊协议
This commit is contained in:
@@ -1,19 +1,25 @@
|
||||
<script>
|
||||
const mediaUrl = '/public/';
|
||||
const baseUrl = '/';
|
||||
//记得切换
|
||||
|
||||
// const mediaUrl = 'http://www.tougao.com/';
|
||||
// const baseUrl = 'http://www.tougao.com/';
|
||||
// const IMGdoURL = 'http://www.journal.com/';
|
||||
// const IMGupURL = 'http://www.journal.com/';
|
||||
|
||||
|
||||
// const mediaUrl = 'http://testtougao.tmrjournals.com/public/';
|
||||
// const baseUrl = 'http://testtougao.tmrjournals.com/public/index.php/';
|
||||
|
||||
|
||||
export default {
|
||||
baseUrl,
|
||||
mediaUrl
|
||||
}
|
||||
//正式
|
||||
const mediaUrl = '/public/';
|
||||
const baseUrl = '/';
|
||||
|
||||
//本地(正式环境 )
|
||||
|
||||
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
||||
// const baseUrl = '/api';
|
||||
|
||||
// const mediaUrl = 'http://www.tougao.com/';
|
||||
// const baseUrl = 'http://www.tougao.com/';
|
||||
// const IMGdoURL = 'http://www.journal.com/';
|
||||
// const IMGupURL = 'http://www.journal.com/';
|
||||
|
||||
// const mediaUrl = 'http://testtougao.tmrjournals.com/public/';
|
||||
// const baseUrl = 'http://testtougao.tmrjournals.com/public/index.php/';
|
||||
|
||||
export default {
|
||||
baseUrl,
|
||||
mediaUrl
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user