We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f4512 commit 87a1d43Copy full SHA for 87a1d43
entry/src/main/ets/http/Axios.ets
@@ -3,7 +3,7 @@ import promptAction from '@ohos.promptAction';
3
4
//创建axios实例
5
export const instance = axios.create({
6
- baseURL: 'http://10.181.92.198:3000',
+ baseURL: 'http://192.168.3.70:3000',
7
timeout: 1000
8
})
9
0 commit comments