This commit is contained in:
徐哼唧L
2023-06-07 15:25:32 +08:00
3 changed files with 2 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>

View File

@@ -573,6 +573,7 @@
</el-dialog>
<!-- 选择期刊弹出框 -->
<el-dialog title="Change Journal" :visible.sync="changeVisible" width="780px">
<el-form :model="jour_form" :rules="rules" label-width="85px">