乡村相册

This commit is contained in:
yanran200730
2022-03-09 18:03:11 +08:00
parent baeda52b2d
commit 51820bef18
6 changed files with 314 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
<template>
<div class="AlbumDetail"></div>
</template>
<script>
export default {
name: 'SourceSetting',
appName: '来源设置',
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>