33 lines
762 B
Vue
33 lines
762 B
Vue
<script>
|
|
//记得切换
|
|
|
|
//正式
|
|
// const mediaUrl = '/public/';
|
|
// const baseUrl = '/api';
|
|
|
|
|
|
const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
|
const baseUrl = '/api';
|
|
|
|
|
|
//本地(正式环境 )
|
|
|
|
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
|
// const mediaUrl = 'http://192.168.110.110/tougao/public/index.php/';
|
|
// 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>
|