Skip to content

Commit

Permalink
feat: 修改 apibase
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Nov 12, 2024
1 parent 7c19785 commit 43f45f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down

0 comments on commit 43f45f9

Please sign in to comment.