Commit 5dd25fbe authored by antoor's avatar antoor

Adjust some details

一些细节的调整
parent 5f58a7d5
......@@ -90,7 +90,6 @@ class ViewSite {
}).then((cookie) => {
let data = [];
cookie.map((c, i) => {
window.C = c;
data.push({
id: i + 1,
data: [
......@@ -154,7 +153,7 @@ class ViewSite {
webPreferences: {
nodeIntegration: false,
},
title: 'AntSword.Store'
title: this.opts.url
});
win.on('close', () => {
win = null;
......
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