fix: mp4ba URL 错误导致无法获取内容的 Bug (#2893)
This commit is contained in:
parent
3976a3a8ad
commit
8a445bbb85
|
|
@ -31,7 +31,7 @@ class ParamType {
|
|||
if (!this._url) {
|
||||
switch (this._type) {
|
||||
case ParamType.paramType.type:
|
||||
url = `${baseUrl}/index/index/lists/catid/${this._param}/`;
|
||||
url = `${baseUrl}/index/index/lists/catid/${this._param}.html`;
|
||||
break;
|
||||
case ParamType.paramType.search:
|
||||
url = `${baseUrl}/index.php?m=search&q=${this._param}`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue