Skip to content

Commit 3295434

Browse files
committed
feat:update baseURL
1 parent 6d6a353 commit 3295434

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui-vue3/src/base/http/request.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ const isSilentErrorUrl = (url?: string): boolean => {
4141

4242
const service: AxiosInstance = axios.create({
4343
// change this to decide where to go
44-
baseURL: 'http://127.0.0.1:4523/m1/3732499-3363280-default',
45-
// baseURL: '/api/v1',
44+
// baseURL: 'http://127.0.0.1:4523/m1/3732499-3363280-default',
45+
baseURL: '/api/v1',
4646
timeout: 30 * 1000
4747
})
4848
const request: AxiosInterceptorManager<InternalAxiosRequestConfig> = service.interceptors.request

0 commit comments

Comments
 (0)