Commit f4ebbeda authored by tanjuanjuan's avatar tanjuanjuan

修改

parent ef80c8d4
......@@ -232,9 +232,7 @@
},
});
onMounted(() => {
const xing = computed(() => {
const xing = computed(() => {
if (pInfo.value) {
return pInfo.value.spname.slice(0, 1)
}
......@@ -252,9 +250,7 @@
return year + '年' + month + '月'
}
})
})
// onMounted(() => {})
</script>
<style scoped>
* {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment