mod: 删除测试代码
This commit is contained in:
parent
c9c0c35343
commit
b2cf78b36d
@ -5,15 +5,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { useAppStore } from '@/store/modules/app'
|
|
||||||
import { onMounted } from 'vue'
|
|
||||||
|
|
||||||
const appStore = useAppStore()
|
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
$message.success('onMounted')
|
|
||||||
})
|
|
||||||
|
|
||||||
function handleLogin() {
|
function handleLogin() {
|
||||||
$message.loading('登陆中...')
|
$message.loading('登陆中...')
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user