卖家控制台弹窗提示页面

This commit is contained in:
X1627315083@163.com
2026-04-08 14:19:42 +08:00
parent fe93b375c4
commit 103028f98a
9 changed files with 300 additions and 1 deletions

View File

@@ -15,14 +15,17 @@
<div class="view">
<router-view></router-view>
</div>
<toolTipBox v-model:visible="visible" @close="()=>{}"></toolTipBox>
</div>
</template>
<script setup>
import { ref, computed } from "vue"
import { useRoute, useRouter } from "vue-router"
import toolTipBox from './toolTipBox.vue'
const route = useRoute()
const router = useRouter()
const visible = ref(false)
const list = ref([
{
icon: "seller-brandProfile",