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:
@@ -4,7 +4,7 @@ const UHaloBaseConfig = Object.freeze({
|
||||
/** 基础请求域名:你的Halo博客基础域名,注意,域名后面不能带有斜杠【/】 */
|
||||
// BASE_API: "",
|
||||
// 示例:
|
||||
BASE_API: "https://blog.xiaoxiaomo.cn",
|
||||
BASE_API: "http://localhost:8090",
|
||||
|
||||
// todo:可能有其他配置
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user