fix(push-management): 推送管理页改用 appKey 作为路由参数

push-service 按 appKey 存储推送 token,租户 app.id(UUID)
与 push-service 数据库字段不匹配,导致查无设备。
与 IM 管理页统一使用 app.appKey。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
XuqmGroup 2026-05-06 08:36:44 +08:00
父节点 2ac30eb1f3
当前提交 f24b467308

查看文件

@ -81,7 +81,7 @@
<el-button size="small" type="primary" plain @click="$router.push(`/apps/${route.params.id}/push-config`)">
推送配置
</el-button>
<el-button size="small" @click="$router.push(`/apps/${route.params.id}/push-management`)">
<el-button size="small" @click="$router.push(`/apps/${app.appKey}/push-management`)">
推送管理
</el-button>
</template>