更新首页优化,去掉个人信息下的项目文档
This commit is contained in:
parent
31ab386704
commit
8bf8a3814f
@ -68,10 +68,10 @@ const toDocument = () => {
|
||||
<Icon icon="ep:tools" />
|
||||
<div @click="toProfile">{{ t('common.profile') }}</div>
|
||||
</ElDropdownItem>
|
||||
<ElDropdownItem>
|
||||
<Icon icon="ep:menu" />
|
||||
<div @click="toDocument">{{ t('common.document') }}</div>
|
||||
</ElDropdownItem>
|
||||
<!-- <ElDropdownItem>-->
|
||||
<!-- <Icon icon="ep:menu" />-->
|
||||
<!-- <div @click="toDocument">{{ t('common.document') }}</div>-->
|
||||
<!-- </ElDropdownItem>-->
|
||||
<ElDropdownItem divided>
|
||||
<Icon icon="ep:lock" />
|
||||
<div @click="lockScreen">{{ t('lock.lockScreen') }}</div>
|
||||
|
@ -13,7 +13,7 @@
|
||||
target="_blank"
|
||||
style="margin-top: 10px"
|
||||
>
|
||||
更多>>
|
||||
{{ t('action.more') }} >>
|
||||
</el-link>
|
||||
</div>
|
||||
</template>
|
||||
@ -43,7 +43,7 @@
|
||||
target="_blank"
|
||||
style="margin-top: 10px"
|
||||
>
|
||||
更多>>
|
||||
{{ t('action.more') }} >>
|
||||
</el-link>
|
||||
</div>
|
||||
</template>
|
||||
@ -69,7 +69,7 @@
|
||||
target="_blank"
|
||||
style="margin-top: 10px"
|
||||
>
|
||||
更多>>
|
||||
{{ t('action.more') }} >>
|
||||
</el-link>
|
||||
</div>
|
||||
</template>
|
||||
@ -98,7 +98,7 @@
|
||||
@click.prevent="more"
|
||||
style="margin-top: 10px"
|
||||
>
|
||||
更多>>
|
||||
{{ t('action.more') }} >>
|
||||
</el-link>
|
||||
</div>
|
||||
</template>
|
||||
@ -180,7 +180,7 @@
|
||||
target="_blank"
|
||||
style="margin-top: 10px"
|
||||
>
|
||||
更多>>
|
||||
{{ t('action.more') }} >>
|
||||
</el-link>
|
||||
</div>
|
||||
</template>
|
||||
@ -206,7 +206,7 @@
|
||||
target="_blank"
|
||||
style="margin-top: 10px"
|
||||
>
|
||||
更多>>
|
||||
{{ t('action.more') }} >>
|
||||
</el-link>
|
||||
</div>
|
||||
</template>
|
||||
@ -235,7 +235,7 @@
|
||||
@click.prevent="moreNews"
|
||||
style="margin-top: 10px"
|
||||
>
|
||||
更多>>
|
||||
{{ t('action.more') }} >>
|
||||
</el-link>
|
||||
</div>
|
||||
</template>
|
||||
@ -267,7 +267,7 @@
|
||||
target="_blank"
|
||||
style="margin-top: 10px"
|
||||
>
|
||||
更多>>
|
||||
{{ t('action.more') }} >>
|
||||
</el-link>
|
||||
</div>
|
||||
</template>
|
||||
@ -296,7 +296,7 @@
|
||||
target="_blank"
|
||||
style="margin-top: 10px"
|
||||
>
|
||||
更多>>
|
||||
{{ t('action.more') }} >>
|
||||
</el-link>
|
||||
</div>
|
||||
</template>
|
||||
@ -351,6 +351,7 @@ const { push } = useRouter()
|
||||
|
||||
defineOptions({ name: 'Home' })
|
||||
|
||||
const { t } = useI18n()
|
||||
const loading = ref(false)
|
||||
const imgList = ref<imgVO[]>([]) // 列表的数据
|
||||
const total = ref(0) // 列表的总页数
|
||||
|
Loading…
Reference in New Issue
Block a user