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