Merge branch 'master' of https://gitee.com/wjl2008_admin/tougao_web
This commit is contained in:
15623
package-lock.json
generated
15623
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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://www.tougao.com/'
|
||||
|
||||
// 记得切换
|
||||
//
|
||||
const service = axios.create({
|
||||
// baseURL: 'http://testtougao.tmrjournals.com/public/index.php/',
|
||||
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
|
||||
@@ -25,7 +25,7 @@ const service = axios.create({
|
||||
});
|
||||
|
||||
const service_new = axios.create({
|
||||
baseURL: 'http://journal.com/',
|
||||
baseURL: 'http://journal.com/',
|
||||
// baseURL: '/',
|
||||
});
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@ module.exports = {
|
||||
proxy: {
|
||||
'/api': {
|
||||
// target: 'https://www.tmrjournals.cn',
|
||||
// target: 'http://www.tougao.com/public/index.php/',
|
||||
// target: 'http://www.tougao.com/',
|
||||
// target: 'http://192.168.110.110/tougao/public/index.php/',
|
||||
target: 'https://submission.tmrjournals.com/',//正式
|
||||
|
||||
Reference in New Issue
Block a user