恢复localhost review by 石祥
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
31 | * on the same Wi-Fi network. | 31 | * on the same Wi-Fi network. |
32 | */ | 32 | */ |
33 | 33 | ||
34 | - jsCodeLocation = [NSURL URLWithString:@"http://172.16.6.149:8081/index.ios.bundle?platform=ios&dev=true"]; | 34 | + jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=false"]; |
35 | 35 | ||
36 | /** | 36 | /** |
37 | * OPTION 2 | 37 | * OPTION 2 |
-
Please register or login to post a comment