Skip to content

Commit 87a1d43

Browse files
committed
0427
1 parent b1f4512 commit 87a1d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entry/src/main/ets/http/Axios.ets

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import promptAction from '@ohos.promptAction';
33

44
//创建axios实例
55
export const instance = axios.create({
6-
baseURL: 'http://10.181.92.198:3000',
6+
baseURL: 'http://192.168.3.70:3000',
77
timeout: 1000
88
})
99

0 commit comments

Comments
 (0)