ブログ一時保存

This commit is contained in:
simple321vip
2022-04-24 23:13:47 +08:00
parent e966d15e5e
commit 6e5d90d613
9 changed files with 306 additions and 99 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ import { getToken } from '../utils/auth'
const service = axios.create(
{
baseURL: 'http://localhost:8081',
// baseURL: 'http://49.233.4.79:8081',
baseURL: import.meta.env.VITE_APP_URL as string,
timeout: 5000
}
)