提交 b2607a9a authored 作者: lidongxu's avatar lidongxu

fix(app.vue): 修复:水印中手机号显示不全问题

上级 4884b159
......@@ -22,7 +22,7 @@ const route = useRoute()
const isInWhiteList = computed(() => isWhiteList(route.path))
const content = computed(() => {
return useUserStore().userInfo.nickName + ' ' + useUserStore().userInfo.phone
return useUserStore().userInfo.nickName + ' ' + useUserStore().userInfo.phonenumber?.substring(7)
})
const isDark = computed(() => {
return useSettingsStore().isDark
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论