fix(backurl): stabilize query append and support back-first links

This commit is contained in:
萝卜
2026-03-14 21:02:25 +00:00
parent 04b4379db9
commit 9107d4af4a
2 changed files with 52 additions and 4 deletions

View File

@@ -327,7 +327,7 @@
<a class="link" href="{!! $openSubUrl !!}">打开订阅详情</a>
<span class="muted"></span>
@php
$openSubSyncableUrl = \App\Support\BackUrl::withBackAndFragment(
$openSubSyncableUrl = \App\Support\BackUrl::withBackFirstAndFragment(
'/admin/site-subscriptions/' . $order->siteSubscription->id . '?' . \Illuminate\Support\Arr::query([
'order_sync_status' => 'syncable',
]),