修复:内测问题修改 v0.1.1

This commit is contained in:
2025-11-28 14:31:02 +08:00
parent 79c6fb247c
commit 8f890a6802
10 changed files with 31 additions and 83 deletions

View File

@@ -102,22 +102,22 @@ const getCurrentLanguageName = () => {
// 设置项列表
const settingItems = computed(() => [
{
id: 0,
label: t('user.language'),
value: getCurrentLanguageName(),
type: 'language'
},
// {
// id: 0,
// label: t('user.language'),
// value: getCurrentLanguageName(),
// type: 'language'
// },
{
id: 1,
label: t('user.hotline'),
value: '022-24142321',
value: '021-08371305',
type: 'tel'
},
{
id: 2,
label: t('user.customerEmail'),
value: 'appyilujiankang@sina.com',
value: 'AmazingLimited@163.com',
type: 'email'
},
{