|
@@ -3,6 +3,14 @@ import { Store } from "@/types/student-client";
|
|
|
|
|
|
const initStore: Store = {
|
|
const initStore: Store = {
|
|
user: {} as Store["user"],
|
|
user: {} as Store["user"],
|
|
|
|
+ menus: {} as Store["menus"],
|
|
|
|
+ appDownload: {} as Store["appDownload"],
|
|
|
|
+ exam: {} as Store["exam"],
|
|
|
|
+ endedExamList: {} as Store["endedExamList"],
|
|
|
|
+ examList: {} as Store["examList"],
|
|
|
|
+ homeworkList: {} as Store["homeworkList"],
|
|
|
|
+ practiceList: {} as Store["practiceList"],
|
|
|
|
+ siteMessage: {} as Store["siteMessage"],
|
|
globalMaskCount: 0,
|
|
globalMaskCount: 0,
|
|
QECSConfig: {} as Store["QECSConfig"],
|
|
QECSConfig: {} as Store["QECSConfig"],
|
|
network: {} as Store["network"],
|
|
network: {} as Store["network"],
|