|
|
@@ -95,8 +95,10 @@ function mgLocationReload(data) {
|
|
|
function pcVmDeltedAjaxDone(data) {
|
|
|
if(data.htmlData.redirectUrl)
|
|
|
{
|
|
|
- window.location.href = "file://" . data.htmlData.redirectUrl;
|
|
|
+ window.location.href = data.htmlData.redirectUrl;
|
|
|
}
|
|
|
+ console.log(data.htmlData.redirectUrl);
|
|
|
+ console.log(window.location.href);
|
|
|
}
|
|
|
|
|
|
$(document).ready(function () {
|