1
This commit is contained in:
@@ -18,8 +18,7 @@ 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/', //正式 记得切换
|
||||||
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
|
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
|
||||||
|
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
|
||||||
|
|
||||||
// baseURL: '/api', //本地
|
// baseURL: '/api', //本地
|
||||||
baseURL: '/', //正式
|
baseURL: '/', //正式
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
//记得切换
|
//记得切换
|
||||||
|
|
||||||
//正式
|
//正式
|
||||||
// const mediaUrl = '/public/';
|
const mediaUrl = '/public/';
|
||||||
// const baseUrl = '/';
|
const baseUrl = '/';
|
||||||
|
|
||||||
//本地(正式环境 )
|
//本地(正式环境 )
|
||||||
|
|
||||||
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
||||||
const mediaUrl = 'http://192.168.110.110/tougao/public/index.php/';
|
// const mediaUrl = 'http://192.168.110.110/tougao/public/index.php/';
|
||||||
const baseUrl = '/api';
|
// const baseUrl = '/api';
|
||||||
|
|
||||||
// const mediaUrl = 'http://www.tougao.com/';
|
// const mediaUrl = 'http://www.tougao.com/';
|
||||||
// const baseUrl = 'http://www.tougao.com/';
|
// const baseUrl = 'http://www.tougao.com/';
|
||||||
|
|||||||
Reference in New Issue
Block a user