This commit is contained in:
wangjinlei
2024-03-04 15:30:20 +08:00
parent 36dac517b6
commit a73b955f04
3 changed files with 153 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
<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
}
</script>