Commit 2ce3ae90 authored by 李硕's avatar 李硕

写死appID

parent 42a9c134
......@@ -59,7 +59,7 @@
return search.length ? matched && matched[2] : null;
}
CFG.appID = getUrlParam("appID") || 52397
// CFG.appID='${appId}';
CFG.appID = 52397;
</script>
</head>
......
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