Skip to content

Commit

Permalink
refactor: update pat address of halo official site (#48)
Browse files Browse the repository at this point in the history
Halo 官网即将升级到 2.11.0,所以需要修改设置 PAT 的地址。

此外,在一段时间内,`/console/users/-/?tab=pat` 将重定向到 `/uc/profile?tab=pat`

```release-note
更新设置中,Halo 官网设置 PAT 的地址。
```
  • Loading branch information
ruibaby authored Dec 2, 2023
1 parent e0bb8ae commit 95cc268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/src/components/plugin-tabs/AccountBindingTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const { mutate, isLoading } = useMutation({
},
});
const haloPatAddress = `${import.meta.env.VITE_APP_STORE_BACKEND}/console/users/-/?tab=pat`;
const haloPatAddress = `${import.meta.env.VITE_APP_STORE_BACKEND}/uc/profile?tab=pat`;
</script>

<template>
Expand Down

0 comments on commit 95cc268

Please sign in to comment.