mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
feat: 修改 apibase
This commit is contained in:
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user