Update layout styles for consistent dimensions across App.vue, index.html, and common.css; modify navigation redirection in index and policyList pages

This commit is contained in:
2026-04-02 10:56:20 +08:00
parent 3411ef57b4
commit 7e6ae7c7ed
5 changed files with 17 additions and 8 deletions

View File

@@ -209,7 +209,7 @@ export default {
// uni.navigateBack({
// delta: 1
// })
location.href='https://www.xjksly.cn/mechine-single-vue/'
window.location.href='https://www.xjksly.cn/mechine-single-vue/'
// uni.reLaunch({
// url: '/pages/index/index'
// })
@@ -333,7 +333,7 @@ export default {
}
.page {
background-color: #f4f4f4 !important;
height: 100vh;
height: 1920px;
background-repeat: no-repeat;
background-size: 100% auto;
}