From a691a82841020b40f3cc57a51e5c7129f46d48c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E6=8B=99=5F233?= <342879248@qq.com> Date: Fri, 10 Oct 2025 22:53:21 +0800 Subject: [PATCH] debug --- web/index.html | 2 +- web/public/resource/loading.js | 2 +- web/src/views/pages/index.vue | 84 ++++++++++++++++++++++++++++------ 3 files changed, 71 insertions(+), 17 deletions(-) diff --git a/web/index.html b/web/index.html index 4b9e9a5..63a9d18 100644 --- a/web/index.html +++ b/web/index.html @@ -26,7 +26,7 @@
-
<%= title %>
+ diff --git a/web/public/resource/loading.js b/web/public/resource/loading.js index 475dde3..9207766 100644 --- a/web/public/resource/loading.js +++ b/web/public/resource/loading.js @@ -6,7 +6,7 @@ const svgStr = `` const appEl = document.querySelector(id) const div = document.createElement('div') - div.innerHTML = svgStr + // div.innerHTML = svgStr if (appEl) { appEl.appendChild(div) } diff --git a/web/src/views/pages/index.vue b/web/src/views/pages/index.vue index dccbd92..10d8942 100644 --- a/web/src/views/pages/index.vue +++ b/web/src/views/pages/index.vue @@ -343,7 +343,7 @@ - +