Merge branch 'hotfix/interface-change'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -31,7 +31,7 @@ class SearchData | @@ -31,7 +31,7 @@ class SearchData | ||
31 | case 'production': | 31 | case 'production': |
32 | case 'release': | 32 | case 'release': |
33 | //return 'http://search.yoho.cn/yohosearch/search.json'; | 33 | //return 'http://search.yoho.cn/yohosearch/search.json'; |
34 | - return 'http://101.201.178.220/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json'; | 34 | + return 'http://search.yohoops.org/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json'; |
35 | case 'preview': | 35 | case 'preview': |
36 | return 'http://101.200.31.165/yohosearch/search.json'; | 36 | return 'http://101.200.31.165/yohosearch/search.json'; |
37 | case 'test': | 37 | case 'test': |
-
Please register or login to post a comment