mod: 删除测试代码

This commit is contained in:
张传龙 2022-04-22 08:58:43 +08:00
parent c9c0c35343
commit b2cf78b36d

View File

@ -5,15 +5,6 @@
</template>
<script setup>
import { useAppStore } from '@/store/modules/app'
import { onMounted } from 'vue'
const appStore = useAppStore()
onMounted(() => {
$message.success('onMounted')
})
function handleLogin() {
$message.loading('登陆中...')
setTimeout(() => {