This commit is contained in:
2024-07-09 14:44:23 +08:00
3 changed files with 2165 additions and 13463 deletions

15623
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@ axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded
// axios.defaults.baseURL = 'http://testtougao.tmrjournals.com/public/index.php/' // axios.defaults.baseURL = 'http://testtougao.tmrjournals.com/public/index.php/'
// axios.defaults.baseURL = 'http://www.tougao.com/' // axios.defaults.baseURL = 'http://www.tougao.com/'
// 记得切换 //
const service = axios.create({ const service = axios.create({
// baseURL: 'http://testtougao.tmrjournals.com/public/index.php/', // baseURL: 'http://testtougao.tmrjournals.com/public/index.php/',
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换 // baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
@@ -25,7 +25,7 @@ const service = axios.create({
}); });
const service_new = axios.create({ const service_new = axios.create({
baseURL: 'http://journal.com/', baseURL: 'http://journal.com/',
// baseURL: '/', // baseURL: '/',
}); });

View File

@@ -70,6 +70,7 @@ module.exports = {
proxy: { proxy: {
'/api': { '/api': {
// target: 'https://www.tmrjournals.cn', // target: 'https://www.tmrjournals.cn',
// target: 'http://www.tougao.com/public/index.php/',
// target: 'http://www.tougao.com/', // target: 'http://www.tougao.com/',
// target: 'http://192.168.110.110/tougao/public/index.php/', // target: 'http://192.168.110.110/tougao/public/index.php/',
target: 'https://submission.tmrjournals.com/',//正式 target: 'https://submission.tmrjournals.com/',//正式