From 555a581a9a565d709f109765bd509ecbfecfd2d3 Mon Sep 17 00:00:00 2001 From: qq_38870145 Date: Fri, 28 Jul 2023 20:27:05 +0800 Subject: [PATCH] Auto Commit --- src/App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.vue b/src/App.vue index 18d5aa9..b7f8223 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,6 +21,9 @@ onBeforeMount(() => { if (data['type'] = 'csdn_game') { state.current = '新星赛道选手信息可视化' } + else if(data['type'] = 'csdn_grade'){ + state.current = 'grade查询分数' + } } }) -- GitLab