diff --git a/src/components/configure/AlarmConfiguration.vue b/src/components/configure/AlarmConfiguration.vue index d9e7290..df603b1 100644 --- a/src/components/configure/AlarmConfiguration.vue +++ b/src/components/configure/AlarmConfiguration.vue @@ -46,7 +46,7 @@ - + {{ scope.row.warnTypeDesc }} {{ scope.row.warnTypeDesc }} diff --git a/src/components/configure/AlarmConfiguration.vue b/src/components/configure/AlarmConfiguration.vue index d9e7290..df603b1 100644 --- a/src/components/configure/AlarmConfiguration.vue +++ b/src/components/configure/AlarmConfiguration.vue @@ -46,7 +46,7 @@ - + {{ scope.row.warnTypeDesc }} {{ scope.row.warnTypeDesc }} diff --git a/src/components/configure/AlarmLog.vue b/src/components/configure/AlarmLog.vue index b9fbb9c..44523dd 100644 --- a/src/components/configure/AlarmLog.vue +++ b/src/components/configure/AlarmLog.vue @@ -1,21 +1,215 @@ - + + + + + + + 搜索 + + + + + + + + + {{ scope.row.warnTypeDesc }} + {{ scope.row.warnTypeDesc }} + + + + + + + \ No newline at end of file diff --git a/src/components/configure/AlarmConfiguration.vue b/src/components/configure/AlarmConfiguration.vue index d9e7290..df603b1 100644 --- a/src/components/configure/AlarmConfiguration.vue +++ b/src/components/configure/AlarmConfiguration.vue @@ -46,7 +46,7 @@ - + {{ scope.row.warnTypeDesc }} {{ scope.row.warnTypeDesc }} diff --git a/src/components/configure/AlarmLog.vue b/src/components/configure/AlarmLog.vue index b9fbb9c..44523dd 100644 --- a/src/components/configure/AlarmLog.vue +++ b/src/components/configure/AlarmLog.vue @@ -1,21 +1,215 @@ - + + + + + + + 搜索 + + + + + + + + + {{ scope.row.warnTypeDesc }} + {{ scope.row.warnTypeDesc }} + + + + + + + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 0a01db5..6fb8b91 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,5 +1,13 @@ import Vue from 'vue' import Router from 'vue-router' +/** + * 重写路由的push方法 + */ +const routerPush = Router.prototype.push +Router.prototype.push = function push(location) { + return routerPush.call(this, location).catch(error=> error) +} +40805 import { getSession, message