手机号填充
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
18631081161 2026-03-26 00:46:07 +08:00
parent 301ade0fe6
commit 13c2b978c7
2 changed files with 2 additions and 5 deletions

View File

@ -17,7 +17,7 @@ const ENV = {
}
// 当前环境
const CURRENT_ENV = 'development'
const CURRENT_ENV = 'production'
export const config = {
API_BASE_URL: ENV[CURRENT_ENV].API_BASE_URL,

View File

@ -384,10 +384,7 @@ onLoad((options) => {
typeName.value = decodeURIComponent(options.typeName || '')
userStore.restoreFromStorage()
//
if (userStore.isLoggedIn && userStore.phone && !formData.value.phone) {
formData.value.phone = userStore.phone
}
//
loadIntro()