1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-07-26 12:00:46 +08:00

fix: 修复分类统计显示undefined问题 #42

This commit is contained in:
小莫唐尼
2026-07-20 16:21:18 +08:00
parent de142c4729
commit 1407b58024
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const UHaloBaseConfig = Object.freeze({
/** 基础请求域名:你的Halo博客基础域名,注意,域名后面不能带有斜杠【/】 */
// BASE_API: "",
// 示例:
BASE_API: "https://blog.xiaoxiaomo.cn",
BASE_API: "http://localhost:8090",
// todo:可能有其他配置
})