修复:合并丢失的代码

This commit is contained in:
2025-11-27 17:32:58 +08:00
parent 3b596e0a70
commit 38c4519e79
19 changed files with 1284 additions and 460 deletions

View File

@@ -6,6 +6,16 @@ import type { IUserInfo } from '@/types/user'
export const useSysStore = defineStore('sys', {
state: (): IUserInfo => ({
language: uni.getStorageSync('appLanguage') || 'zh-CN',
vipTypeDict: {
1: '医学超V',
2: '国学与心理学超V',
4: '中医学VIP',
5: '针灸学VIP',
6: '肿瘤学VIP',
7: '国学VIP',
8: '心理学VIP',
9: '中西汇通学VIP',
}
}),
getters: {