mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: separate subscription base url
This commit is contained in:
@@ -132,7 +132,7 @@ async function buildActionUrl(pathname: string, token: string, options: { header
|
||||
allowRequestFallback: true,
|
||||
});
|
||||
if (!baseUrl) {
|
||||
throw new Error("请先在系统设置中填写站点域名");
|
||||
throw new Error("请先在系统设置中填写网站 URL");
|
||||
}
|
||||
|
||||
const url = new URL(pathname, baseUrl);
|
||||
|
||||
Reference in New Issue
Block a user