feat(登录): 添加token验证登录功能并优化优秀录音获取

在登录页面添加token验证登录功能,支持通过路由参数自动登录
将secondTop页面的getGoodRecord函数重命名为CentergetGoodRecord并暂时注释调用
This commit is contained in:
2025-08-27 17:16:41 +08:00
parent 865ee46334
commit 41eeb55815
2 changed files with 49 additions and 4 deletions

View File

@@ -826,7 +826,7 @@ const conversionRateVsAverage = ref({})
// 获取优秀录音
const excellentRecord = ref({});
// 获取优秀录音文件
async function getGoodRecord() {
async function CentergetGoodRecord() {
const params = getRequestParams()
const params1 = {
user_level:userStore.userInfo.user_level.toString(),
@@ -916,7 +916,7 @@ const excellentRecord = ref({});
await CenterUrgentNeedToAddress()
await CenterConversionRateVsAverage()
await CenterSeniorManagerList()
await getGoodRecord()
// await CentergetGoodRecord()
await CenterGroupList('all')
console.log('[强制刷新] 所有数据已重新加载')