mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00:00
feat: 日志页面
This commit is contained in:
@@ -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: {},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user