⬆️ 升级 arco 版本.

This commit is contained in:
lijiahang
2024-06-18 11:53:58 +08:00
parent d56cfbba82
commit 2919950c5b
10 changed files with 929 additions and 781 deletions

View File

@@ -27,7 +27,8 @@ export function getSystemAppInfo() {
* 获取仓库最后版本信息
*/
export function getRepoLatestRelease() {
return axios.get<RepoReleaseResponse>('https://gitee.com/api/v5/repos/dromara/orion-visor/releases/latest', {
// return axios.get<RepoReleaseResponse>('https://gitee.com/api/v5/repos/dromara/orion-visor/releases/latest', {
return axios.get<RepoReleaseResponse>('https://lijiahangmax.github.io/open-orion/orion-visor/releases-latest.json', {
// 不添加请求头 否则会报 401
setAuthorization: false,
// 返回原始输出