Skip to content

Commit

Permalink
用户中心显示头部
Browse files Browse the repository at this point in the history
  • Loading branch information
yinMrsir committed Apr 17, 2023
1 parent 3b4bf6d commit f0bc52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nuxt-web/pages/user/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="container user-index">
<Head>
<Title>个人中心</Title>
<Title>个人中心 - {{ globalTitle }}</Title>
<Style type="text/css" children="body { background-color: #f7f7f7; }" />
</Head>
<el-row :gutter="30" class="mt-20">
Expand Down Expand Up @@ -32,7 +32,7 @@ import CollectData from '@/components/user/CollectData.vue'
definePageMeta({
middleware: ["auth"]
})
const { globalTitle } = useRuntimeConfig()
const userInfo = useCookie('userInfo')
const activeName = ref<string>('collect')
Expand Down

0 comments on commit f0bc52c

Please sign in to comment.