Files
dvcp_v2_wxcp_app/src/saas/AppCountryAlbum/PersonnelSetting.vue

28 lines
296 B
Vue
Raw Normal View History

2022-03-09 18:03:11 +08:00
<template>
<div class="WatermarkSetting"></div>
</template>
<script>
export default {
name: 'WatermarkSetting',
appName: '水印设置',
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>