소스 검색

完善功能

lishuwen79 6 년 전
부모
커밋
fa59fcb7b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/app.js

+ 1 - 1
js/app.js

@@ -14,7 +14,7 @@ var urls = function() {
 		"news_detail": host + "/app/news/detail", //新闻详情
 		"feedback": host + "/app/other/feedback", //意见反馈
 		"agreement": host + "/app/other/agreement", //服务条款
-		"guide": host + "/app/other/guide/", //萌新必读
+		"guide": host + "/app/other/guide/", //萌新必读2
 	};
 	return url;
 }