|
|
@ -378,6 +378,6 @@ function indexSoft() { |
|
|
|
|
|
|
|
|
|
|
|
$(function() { |
|
|
|
$(function() { |
|
|
|
if (window.document.location.pathname == '/soft/') { |
|
|
|
if (window.document.location.pathname == '/soft/') { |
|
|
|
setInterval(function() { getSList(); }, 8000); |
|
|
|
setInterval(function() { getSList(); }, 15000); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |