diff --git a/web/src/store/index.js b/web/src/store/index.js index fa452a9b..2a7e3009 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -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: '',