Merge branch 'master' of https://gitee.com/wjl2008_admin/tougao_web into zy-email

This commit is contained in:
2025-01-18 13:38:23 +08:00
8 changed files with 181 additions and 47 deletions

View File

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