|
|
|
@ -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"){
|
|
|
|
|