Commit 8898be3b authored by 姜登's avatar 姜登

limit

parent a9f827b7
Pipeline #14045 passed with stage
in 17 seconds
...@@ -126,7 +126,7 @@ class ScriptController extends Controller { ...@@ -126,7 +126,7 @@ class ScriptController extends Controller {
} }
} }
if (limitScriptsList) { if (limitScriptsList) {
if (!excludeTab) { if (excludeTab) {
if (limitScriptsList.includes(Number(hubId))) { if (limitScriptsList.includes(Number(hubId))) {
hubId = 1; hubId = 1;
} }
......
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