Commit f4ebbeda authored by tanjuanjuan's avatar tanjuanjuan

修改

parent ef80c8d4
...@@ -232,8 +232,6 @@ ...@@ -232,8 +232,6 @@
}, },
}); });
onMounted(() => {
const xing = computed(() => { const xing = computed(() => {
if (pInfo.value) { if (pInfo.value) {
return pInfo.value.spname.slice(0, 1) return pInfo.value.spname.slice(0, 1)
...@@ -252,9 +250,7 @@ ...@@ -252,9 +250,7 @@
return year + '年' + month + '月' return year + '年' + month + '月'
} }
}) })
// onMounted(() => {})
})
</script> </script>
<style scoped> <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