mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
fix: resolve cv url
This commit is contained in:
@@ -409,7 +409,7 @@ class PiliScheme {
|
|||||||
if (query != null && query['id'] != null) {
|
if (query != null && query['id'] != null) {
|
||||||
id = 'cv${matchNum(query['id']!).first}';
|
id = 'cv${matchNum(query['id']!).first}';
|
||||||
} else {
|
} else {
|
||||||
id = 'cv${matchNum(path).first}';
|
id = 'cv${matchNum(path).firstOrNull}';
|
||||||
}
|
}
|
||||||
Utils.toDupNamed('/htmlRender', parameters: {
|
Utils.toDupNamed('/htmlRender', parameters: {
|
||||||
'url': value.toString(),
|
'url': value.toString(),
|
||||||
|
|||||||
Reference in New Issue
Block a user