路由跳转

develoop
Your Name 10 months ago
parent cf920b5c1f
commit 9f60a319e4
  1. 1
      pages/homeIndex/bannerIndex.vue

@ -219,6 +219,7 @@
<script lang="ts" setup>
import { onMounted, reactive, ref, toRefs, watch } from 'vue'
import { Right } from '@element-plus/icons-vue'
import {linkNavigateTo} from '~/utils/util'
const time: any = ref({})
const getDatTime = () => {
const currentDate = new Date()

Loading…
Cancel
Save