update .gitignore

This commit is contained in:
wangjinlei
2023-06-07 15:16:56 +08:00
parent c25f2b0653
commit 2370221012
2 changed files with 1 additions and 19 deletions

1
.gitignore vendored
View File

@@ -23,3 +23,4 @@ yarn-error.log*
node_modules
/package-lock.json
/src/api/index.js
/src/components/common/common.vue

View File

@@ -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>