diff --git a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/WarningList.vue b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/WarningList.vue index 5c3d55b..6444203 100644 --- a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/WarningList.vue +++ b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/WarningList.vue @@ -102,13 +102,7 @@ export default { }) }, goPage() { - const router = useRouter() - router.push({ - name: 'OmsDashbaord', - query: { - redirect: '/alarm/current' - } - }) + window.location.href = '/oms-web/dashbaord?redirect=/alarm/current' } } }