lishuwen79 hace 6 años
padre
commit
fa59fcb7b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }