perf: 首页展示版本信息

This commit is contained in:
Junyan Qin
2024-10-14 21:18:36 +08:00
parent 231dca956d
commit 1fbc92bc6d
10 changed files with 90 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ let logPointer = {
}
const refreshLog = () => {
proxy.$axios.get(`${proxy.$store.state.apiBaseUrl}/logs`, {
proxy.$axios.get(`/logs`, {
params: {
start_page_number: logPointer.start_page_number,
start_offset: logPointer.start_offset
@@ -79,7 +79,7 @@ onUnmounted(() => {
#log-card {
margin: 1rem;
margin-top: 1rem;
height: calc(100vh - 10rem);
height: calc(100vh - 9.5rem);
border-radius: 1rem;
}