@@ -358,6 +358,7 @@ public class WeChatApiController extends BaseController {
*
* @param letter
* @return
+ * TODO 需要登录才能看到
*/
@GetMapping("/companyContactList")
public Object companyContact(String letter, String companyName) {
@@ -137,7 +137,7 @@ function submit() {
parent.location.reload();
parent.layer.close(index);
} else {
- window.location.href = pagePath + "/home/informList/69";
+ window.location.href = pagePath + "/index/#/projectList";
//history.back(-2);
}