更新申请消息

This commit is contained in:
dengxin
2024-03-19 11:53:24 +08:00
parent 1b38166ba3
commit 723210a121
7 changed files with 402 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ import user from './models/user.js'
import area from './models/area.js'
import auth from './models/auth.js'
import news from './models/news.js'
import news_recruit from './models/news_recruit.js'
import vip from './models/vip.js'
import face from './models/face.js'
import authentication from './models/authentication.js'
@@ -17,6 +18,7 @@ const store = new Vuex.Store({
area,
auth,
news,
news_recruit,
vip,
face,
authentication