lishuwen79 před 6 roky
rodič
revize
fa59fcb7b3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 }