Skip to content

Commit

Permalink
to: 调整api地址
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-ad committed Jan 12, 2024
1 parent 6a5c43c commit 78bcac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/http.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios'
import store from '@/store'

const baseURL = 'https://hibiapi.journeyad.repl.co/api/'
const baseURL = 'https://hibiapi.getloli.com/api/'

axios.defaults.timeout = 10000
axios.defaults.headers.post['Content-Type'] = 'application/json'
Expand Down
2 changes: 1 addition & 1 deletion src/views/Setting/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
return {
buildDate: dateFormat(__BUILD_TIMESTAMP__, "yyyy-MM-dd"),
currentSETTING: {
api: "https://hibiapi.journeyad.repl.co/api/",
api: "https://hibiapi.getloli.com/api/",
r18: false,
r18g: false,
},
Expand Down

0 comments on commit 78bcac4

Please sign in to comment.