generated from duanshuwen/webapp-vue-frontend
feat: 替换了导航栏组件
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<div class="gradient-overlay"></div>
|
||||
|
||||
<NavBar color="white" :showHistory="true" @back="onBack" @history="onHistory" />
|
||||
<TopNavBar title="AI生成合影" color="white" :showHistory="true" @back="onBack" @history="onHistory" />
|
||||
|
||||
<div class="content-layer">
|
||||
<div class="style-tabs">
|
||||
@@ -50,7 +50,7 @@
|
||||
<script setup>
|
||||
import { ref, computed } from 'vue';
|
||||
import { useRouter } from 'vue-router';
|
||||
import NavBar from '../components/NavBar.vue';
|
||||
import TopNavBar from '../components/TopNavBar.vue';
|
||||
import PhotoGuide from '../components/PhotoGuide.vue';
|
||||
import AgreementTip from '../components/AgreementTip.vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user