feat: 修改 apibase

This commit is contained in:
Junyan Qin
2024-11-12 18:14:53 +08:00
parent 7c19785a17
commit 43f45f9184

View File

@@ -4,7 +4,9 @@ import axios from 'axios'
export default createStore({ export default createStore({
state: { state: {
apiBaseUrl: 'http://localhost:5300/api/v1', // 开发时使用
// apiBaseUrl: 'http://localhost:5300/api/v1',
apiBaseUrl: '/api/v1',
autoRefreshLog: false, autoRefreshLog: false,
autoScrollLog: true, autoScrollLog: true,
settingsPageTab: '', settingsPageTab: '',