Commit fab90904 by liyaoting

V1.03

1 parent 06580758
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
let sysPayload = window.sysPayload; let sysPayload = window.sysPayload;
if (sysPayload) { if (sysPayload) {
let source = "" let source = ""
if (!sysPayload.indexOf("node") === -1) { if (sysPayload.indexOf("node") !== -1) {
source = sysPayload; source = sysPayload;
} }
this.source = source; this.source = source;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!