# Conflicts:
#	src/api/index.js
This commit is contained in:
wangjinlei
2024-09-05 18:04:25 +08:00
6 changed files with 314 additions and 38 deletions

View File

@@ -21,10 +21,11 @@ const service = axios.create({
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
// baseURL: '/api', //本地
baseURL: '/', //正式
});
const service_new = axios.create({
baseURL: 'http://journal.com/',
baseURL: 'http://journal.com/',
// baseURL: '/',
});