update pay ui
This commit is contained in:
@@ -189,17 +189,6 @@
|
||||
|
||||
<!-- 微信 JS-SDK (用于 H5 跳转小程序的开放标签) -->
|
||||
<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
|
||||
|
||||
<!-- 根路径立即跳转到 landing.html(在 React 加载之前执行) -->
|
||||
<script>
|
||||
(function() {
|
||||
// 只在根路径 "/" 或 "/index.html" 时跳转
|
||||
var path = window.location.pathname;
|
||||
if (path === '/' || path === '/index.html') {
|
||||
window.location.replace('/landing.html');
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
||||
Reference in New Issue
Block a user