fix: 更新 H5 旧版主机为规范主机
This commit is contained in:
@@ -51,7 +51,7 @@ void main() {
|
||||
test('rewrites legacy H5 host main-frame URLs to the canonical host', () {
|
||||
final uri = Uri.parse(
|
||||
AppConfig.canonicalizeMainFrameUrl(
|
||||
'https://h5-test.imharry.work/login?from=runtime'
|
||||
'https://h5-im.imharry.work/login?from=runtime'
|
||||
'&shell_app_name=Old#shell_app_logo=old',
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user