Authored by 周少峰

envirment testing

@@ -35,7 +35,7 @@ class SearchData @@ -35,7 +35,7 @@ class SearchData
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 return 'http://192.168.10.64:8080/yohosearch/search.json'; 37 return 'http://192.168.10.64:8080/yohosearch/search.json';
38 - case 'test': 38 + case 'testing':
39 return 'http://testing.yohoops.org/yohosearch/search.json'; 39 return 'http://testing.yohoops.org/yohosearch/search.json';
40 case 'developer': 40 case 'developer':
41 default: 41 default: