mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
feat: 修改 apibase
This commit is contained in:
@@ -4,7 +4,9 @@ import axios from 'axios'
|
||||
|
||||
export default createStore({
|
||||
state: {
|
||||
apiBaseUrl: 'http://localhost:5300/api/v1',
|
||||
// 开发时使用
|
||||
// apiBaseUrl: 'http://localhost:5300/api/v1',
|
||||
apiBaseUrl: '/api/v1',
|
||||
autoRefreshLog: false,
|
||||
autoScrollLog: true,
|
||||
settingsPageTab: '',
|
||||
|
||||
Reference in New Issue
Block a user