Commit 23f2ec45 by 蒋勇

d

parent 9bb97721
...@@ -12,7 +12,7 @@ class APIBase extends DocBase { ...@@ -12,7 +12,7 @@ class APIBase extends DocBase {
async isExistInNoAuthMainfest(gname, methodname) { async isExistInNoAuthMainfest(gname, methodname) {
var fullname = gname + "." + methodname; var fullname = gname + "." + methodname;
var lst = [ var lst = [
"rpt.rptApi"
]; ];
var x = lst.indexOf(fullname); var x = lst.indexOf(fullname);
return x >= 0; return x >= 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment