051806
This commit is contained in:
parent
ef82f0673b
commit
c86b90315d
File diff suppressed because one or more lines are too long
@ -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()
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user