Compare commits

...

2 Commits

Author SHA1 Message Date
9313ec0106 Merge branch 'main' of http://47.107.152.87:3000/dyf/APP 2025-11-05 08:48:15 +08:00
ca6345ee3e 6075页面开发 2025-11-05 08:48:13 +08:00

18
pages/6075/BJQ6075.vue Normal file
View File

@ -0,0 +1,18 @@
<template>
<custom-navbar :title="navTitle" :showBack="true" color="#FFFFFF"
:rightIcon="isRightIconVisible ? '/static/images/common/shape.png' : ''" @right-click="shareUp"></custom-navbar>
</template>
<script>
export default {
data() {
return {
navTitle: 'BJQ6075',
isRightIconVisible: false,
}
}
}
</script>
<style>
</style>