refactor: 项目细节优化

This commit is contained in:
郝先瑞
2022-03-27 21:45:50 +08:00
parent 91e810ffa7
commit 0703579ecc
21 changed files with 87 additions and 314 deletions

View File

@@ -23,7 +23,7 @@ const props = defineProps({
}
})
const title=ref("youlai-mall")
const title=ref("vue3-element-admin")
const logo=ref("http://cdn.youlai.tech/logo.png")
</script>