feat: 日志页面

This commit is contained in:
Junyan Qin
2024-10-14 18:52:28 +08:00
parent 0dd74c825b
commit 231dca956d
8 changed files with 213 additions and 13 deletions

View File

@@ -3,7 +3,11 @@ import router from '@/router'
import axios from 'axios'
export default createStore({
state: {},
state: {
apiBaseUrl: 'http://localhost:5300/api/v1',
autoRefreshLog: false,
version: '0.0.1'
},
mutations: {},
actions: {},
})