dev_tpm_ui
杨树明 5 years ago
parent 74cd6300b6
commit b4dd1437bb

@ -158,17 +158,6 @@
<!-- 在tpi js里加载这3个脚本 -->
<script>
(function() {
if (window.history && window.history.pushState) {
$(window).on('popstate', function () {
window.history.pushState('forward', null, '#');
window.history.forward(1);
window.location.href = window.location.reload();
});
}
window.history.pushState('forward', null, '#'); //在IE中必须得有这两行
window.history.forward(1);
})();
(function() { // Scoping function to avoid globals
var href = location.href;
if(window.location.port === "3007"){

Loading…
Cancel
Save