Skip to content

Commit

Permalink
fix: 替换线上版ip
Browse files Browse the repository at this point in the history
  • Loading branch information
youngster-yj committed May 13, 2024
1 parent dabbb50 commit 8e9c8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/services/yakChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import axios, {AxiosProgressEvent, GenericAbortSignal, type AxiosResponse} from

const service = axios.create({
// baseURL: "https://u91298-91ae-7b4e898b.neimeng.seetacloud.com:6443/"
baseURL: "http://murkfox1.wicp.io/"
baseURL: "http://8.140.192.177:6006/"
})

service.interceptors.request.use(
Expand Down

0 comments on commit 8e9c8b8

Please sign in to comment.