update .gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,3 +23,4 @@ yarn-error.log*
|
||||
node_modules
|
||||
/package-lock.json
|
||||
/src/api/index.js
|
||||
/src/components/common/common.vue
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user