Commit 9dc45f32 by pangchong

fix: 锁定uview-plus版本并调整页面底部间距

- 将uview-plus依赖版本从^3.2.22锁定为3.2.22
- 在global-page组件底部添加100rpx高度的占位空间
- 更新登录页面密码注释信息
parent 00f5e50d
......@@ -28,7 +28,7 @@
"lodash": "^4.17.21",
"pinia": "^2.0.36",
"pinia-plugin-persistedstate": "^3.2.1",
"uview-plus": "^3.2.22",
"uview-plus": "3.2.22",
"vue": "^3.4.21",
"vue-i18n": "^9.1.9"
},
......@@ -11339,9 +11339,9 @@
}
},
"node_modules/uview-plus": {
"version": "3.3.5",
"resolved": "https://registry.npmmirror.com/uview-plus/-/uview-plus-3.3.5.tgz",
"integrity": "sha512-yyNBmUTNiIzslEb8/HQA3uAwhEyS/A6DrAm0ZZXDHT+jm2CKnkJyKHt7xh3WrhC/qimziuHZCTEOk4Oca27epQ==",
"version": "3.2.22",
"resolved": "https://registry.npmmirror.com/uview-plus/-/uview-plus-3.2.22.tgz",
"integrity": "sha512-ouhq0CCGP/ElR7eCCu0rBFNPTGW/EctcrxKIerjj1DOkEIY9BwKBbdI0VTSSkMFnr6RFejSQLBw/aKkqd6Q+7g==",
"dependencies": {
"clipboard": "^2.0.11",
"dayjs": "^1.11.3"
......
......@@ -60,7 +60,7 @@
"lodash": "^4.17.21",
"pinia": "^2.0.36",
"pinia-plugin-persistedstate": "^3.2.1",
"uview-plus": "^3.2.22",
"uview-plus": "3.2.22",
"vue": "^3.4.21",
"vue-i18n": "^9.1.9"
},
......@@ -77,4 +77,4 @@
"sass-loader": "^14.2.1",
"vite": "5.2.8"
}
}
}
\ No newline at end of file
......@@ -83,6 +83,7 @@
</template>
<slot v-else></slot>
</view>
<view style="height: 100rpx"></view>
<!-- 底部 -->
<template #bottom v-if="showBottom">
<view class="footer-btn" v-if="showFooterBtn" :style="{ visibility: showBottom ? 'visible' : 'hidden' }">
......
......@@ -3,7 +3,7 @@ export const loginFormRef = ref()
//表单数据
export const loginForm = reactive({
username: '', //devzj3
password: '', //Ifar_SAFE_202506_13
password: '', //Ifar_SAFE_202506_13/Ifar_9527008
verifyCode: ''
})
export const showLoad = ref(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment