mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-22 13:12:57 +08:00
Fit Windows
This commit is contained in:
parent
c00edfa484
commit
495e98d052
@ -505,7 +505,7 @@
|
|||||||
};
|
};
|
||||||
ws.onmessage = function(message){
|
ws.onmessage = function(message){
|
||||||
message = JSON.parse(message.data);
|
message = JSON.parse(message.data);
|
||||||
app.$data.config_folder = message.config_folder;
|
app.$data.config_folder = message.config_folder.replaceAll("\\","/");
|
||||||
app.$data.easyspider_location = message.easyspider_location.replace("/EasySpider.app/","");
|
app.$data.easyspider_location = message.easyspider_location.replace("/EasySpider.app/","");
|
||||||
}
|
}
|
||||||
ws.onclose = function () {
|
ws.onclose = function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user