update code

main
haha 2025-01-01 00:11:05 +08:00
parent 87fc212536
commit d0a6b21456
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
style="font-weight: bold;font-size: 28px;margin-left: auto;margin-right: auto;">算法测试验证软件平台</span>
</div>
<div>
<el-switch v-model="isDark" inline-prompt active-icon="Moon" inactive-icon="Sunny" @change="toggleTheme" />
<el-switch v-model="isDark" inline-prompt active-icon="Moon" inactive-icon="Sunny" @change="toggleTheme" v-if="false"/>
<!--全屏 -->
<div class="setting-item" @click="toggle">
<svg-icon :icon-class="isFullscreen ? 'fullscreen-exit' : 'fullscreen'" />

View File

@ -14,7 +14,7 @@
style="font-weight: bold;font-size: 28px;margin-left: auto;margin-right: auto;">算法测试验证软件平台</span>
</div>
<div>
<el-switch v-model="isDark" inline-prompt active-icon="Moon" inactive-icon="Sunny" @change="toggleTheme" />
<el-switch v-model="isDark" inline-prompt active-icon="Moon" inactive-icon="Sunny" @change="toggleTheme" v-if="false"/>
<!--全屏 -->
<!--全屏 -->
<div class="setting-item" @click="toggle">

View File

@ -48,7 +48,7 @@ import ReportApi from '@/api/report'
const queryFormRef = ref(ElForm); //
const router = useRouter();
const loading = ref(false); //
const queryParams = reactive({
let queryParams = reactive({
pageNum: 1,
pageSize: 10,
keywords: '',