Skip to content

Commit

Permalink
chore: update BASE url
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmandoh committed Dec 14, 2024
1 parent 2d8da3b commit 1763056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const toggleColorMode = () => {
? 'dark'
: 'light'
}
const BASE = 'https://imgbucket-1318471229.cos.ap-beijing.myqcloud.com/model/'
const BASE = 'https://assets.pacdocs.cn/model/'
const MODEL = selectedModel.cosModelName
const resTracker = new ResourceTracker()
const track = resTracker.track.bind(resTracker)
Expand Down

0 comments on commit 1763056

Please sign in to comment.