浏览代码

完善功能

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;
 }