Files
tougao_web/src/components/common/common.vue
xulu 4f5e6e1f78 1
2022-02-23 16:34:07 +08:00

12 lines
208 B
Vue

<script>
// const mediaUrl = '/public/';
// const baseUrl = '/';
const mediaUrl = 'http://www.tougao.com/';
const baseUrl = 'http://www.tougao.com/';
export default {
baseUrl,
mediaUrl
}
</script>