Explorar el Código

增加菜单标签

索隆 hace 6 años
padre
commit
13e07353a2
Se han modificado 1 ficheros con 1 adiciones y 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){