index.vue
401 Bytes
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-08-25 10:10:29
* @FilePath: /front/src/views/index.vue
* @Description: 首页
-->
<template>
<div>111</div>
</template>
<script setup>
import { _, dayjs, Cookies, $ } from '@/utils/generatePackage'
const go = useGo()
const goTo = useGoTo();
</script>
<style lang="less" scoped>
</style>