This commit is contained in:
wangjinlei
2024-09-05 18:02:54 +08:00
parent 9017497b15
commit 27a8d5f86f
2 changed files with 5 additions and 6 deletions

View File

@@ -18,8 +18,7 @@ const service = axios.create({
// baseURL: 'http://testtougao.tmrjournals.com/public/index.php/',
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
// baseURL: '/api', //本地
baseURL: '/', //正式
});

View File

@@ -2,14 +2,14 @@
//记得切换
//正式
// const mediaUrl = '/public/';
// const baseUrl = '/';
const mediaUrl = '/public/';
const baseUrl = '/';
//本地(正式环境 )
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
const mediaUrl = 'http://192.168.110.110/tougao/public/index.php/';
const baseUrl = '/api';
// const mediaUrl = 'http://192.168.110.110/tougao/public/index.php/';
// const baseUrl = '/api';
// const mediaUrl = 'http://www.tougao.com/';
// const baseUrl = 'http://www.tougao.com/';