blog 构思 和布局构思

This commit is contained in:
simple321vip
2022-04-06 23:36:52 +08:00
parent 1a74970092
commit 8d5e18662e
10 changed files with 79 additions and 23 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ import axios from 'axios'
const service = axios.create(
{
// baseURL: 'http://localhost:8081',
baseURL: 'http://49.233.4.79:8081',
baseURL: 'http://localhost:8081',
// baseURL: 'http://49.233.4.79:8081',
timeout: 5000
}
)