Skip to content

Commit

Permalink
0427
Browse files Browse the repository at this point in the history
  • Loading branch information
LuyuZhang00 committed Apr 27, 2024
1 parent b1f4512 commit 87a1d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry/src/main/ets/http/Axios.ets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import promptAction from '@ohos.promptAction';

//创建axios实例
export const instance = axios.create({
baseURL: 'http://10.181.92.198:3000',
baseURL: 'http://192.168.3.70:3000',
timeout: 1000
})

Expand Down

0 comments on commit 87a1d43

Please sign in to comment.