This commit is contained in:
etoai 2026-05-18 11:12:03 +08:00
parent ef82f0673b
commit c86b90315d
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@ import { useRoute, useRouter } from 'vue-router'
import axios from 'axios' import axios from 'axios'
import { ElMessage } from 'element-plus' import { ElMessage } from 'element-plus'
const API_URL = 'http://127.0.0.1:8000/api/lof/history' const API_URL = '/api/lof/history'
const route = useRoute() const route = useRoute()
const router = useRouter() const router = useRouter()

View File

@ -86,7 +86,7 @@ import { ElMessage } from 'element-plus'
import { Refresh, RefreshRight } from '@element-plus/icons-vue' import { Refresh, RefreshRight } from '@element-plus/icons-vue'
// //
const API_URL = 'http://127.0.0.1:8000/api/lof' const API_URL = '/api/lof'
// ========== IndexedDB ========== // ========== IndexedDB ==========
const DB_NAME = 'lof-monitor' const DB_NAME = 'lof-monitor'