添加分享中心和配置界面互相跳转的按钮

This commit is contained in:
fofolee
2022-04-15 15:15:45 +08:00
parent bca78431ec
commit 0c563e3051
2 changed files with 25 additions and 9 deletions

View File

@@ -90,6 +90,16 @@
>
<q-pagination v-model="currentPage" :max="maxPages" input />
</div>
<div class="absolute" :style="{ right: '25px', bottom: '12px' }">
<q-btn
color="primary"
flat
to="/configuration"
label="主配置界面"
icon="tune"
>
</q-btn>
</div>
</div>
</template>