Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite

This commit is contained in:
X1627315083@163.com
2026-04-27 11:08:07 +08:00
5 changed files with 102 additions and 46 deletions

View File

@@ -19,10 +19,13 @@
<script setup>
import { Https } from "@/tool/https"
import { ref, computed,onMounted,onUnmounted } from "vue"
import { ref, computed, onMounted, onUnmounted } from "vue"
import { useRoute, useRouter } from "vue-router"
import toolTipBox from "./toolTipBox.vue"
import myEvent from "@/tool/myEvents.js"
import { useStore } from "vuex"
const store = useStore()
store.dispatch("seller/get_designerInfo")
const route = useRoute()
const router = useRouter()
const visible = ref(false)
@@ -60,8 +63,8 @@
visible.value = true
})
})
onUnmounted(()=>{
myEvent.remove('newListing')
onUnmounted(() => {
myEvent.remove("newListing")
})
</script>
<style scoped lang="less">