Explorar o código

增加菜单标签

索隆 %!s(int64=6) %!d(string=hai) anos
pai
achega
13e07353a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      js/function.js

+ 1 - 1
js/function.js

@@ -41,7 +41,7 @@ function loginout(){
41 41
 }
42 42
 
43 43
 function getMenu(){
44
-	var openIndex = 0, res = {data:[{"name":"预测管理","parent_id":"0","url":"prediction.html","list":[]},{"name":"用户管理","parent_id":"0","url":"management.html","list":[]},{"name":"火钻管理","parent_id":"0","url":"pierer.html","list":[]}]};
44
+	var openIndex = 0, res = {data:[{"name":"预测管理","parent_id":"0","url":"prediction.html","list":[]},{"name":"预测标签管理","parent_id":"0","url":"tags.html","list":[]}{"name":"用户管理","parent_id":"0","url":"management.html","list":[]},{"name":"火钻管理","parent_id":"0","url":"pierer.html","list":[]}]};
45 45
 	/*ajax({url:"api/?a=public&act=menu",data:{},callBack:function(res){
46 46
 		if(res.code == 1){*/
47 47
 			$.each(res.data,function(index, items){