add reset actions

This commit is contained in:
2023-10-28 14:54:50 +08:00
parent 670910cc87
commit 49bdea87f7
11 changed files with 364 additions and 46 deletions

View File

@@ -1,11 +1,10 @@
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import store from './store'
import { GetSelfAccount } from './api/account'
import { GetNotifactions } from './data/notifactions'
createApp(App).use(store).use(router).mount('#app')
createApp(App).use(router).mount('#app')
GetSelfAccount()
GetNotifactions()