mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-10 11:59:28 +08:00
fix: 修复域名 后缀带 / 问题,修改doc文档
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
const UHaloBaseConfig = Object.freeze({
|
||||
|
||||
/** 基础请求域名:你的Halo博客基础域名,注意,域名后面不能带有斜杠【/】 */
|
||||
BASE_API: "",
|
||||
// BASE_API: "",
|
||||
// 示例:
|
||||
// BASE_API: "https://blog.xiaoxiaomo.cn",
|
||||
// BASE_API: "https://www.xhhao.com",
|
||||
|
||||
BASE_API: "https://blog.xiaoxiaomo.cn",
|
||||
|
||||
// todo:可能有其他配置
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user