diff --git a/src/jmapNew/theme/ningbo_01/menus/dialog/childDialog/buttonConfirm.vue b/src/jmapNew/theme/ningbo_01/menus/dialog/childDialog/buttonConfirm.vue index 6b0e6dcef..8daa10ebc 100644 --- a/src/jmapNew/theme/ningbo_01/menus/dialog/childDialog/buttonConfirm.vue +++ b/src/jmapNew/theme/ningbo_01/menus/dialog/childDialog/buttonConfirm.vue @@ -66,7 +66,6 @@ import {commitOperate} from '@/jmapNew/theme/components/utils/menuOperate'; import { OperationEvent } from '@/scripts/cmdPlugin/OperationHandler'; import CMD from '@/scripts/cmdPlugin/CommandEnum'; export default { - name: 'ConfirmTip', data() { return { dialogShow: false, diff --git a/src/jmapNew/theme/ningbo_01/menus/menuStationLight.vue b/src/jmapNew/theme/ningbo_01/menus/menuStationLight.vue index f823e1b03..df1752dc2 100644 --- a/src/jmapNew/theme/ningbo_01/menus/menuStationLight.vue +++ b/src/jmapNew/theme/ningbo_01/menus/menuStationLight.vue @@ -20,7 +20,7 @@ import OperateConfirm from './dialog/childDialog/operateConfirm'; import ButtonConfirm from './dialog/childDialog/buttonConfirm'; export default { - name: 'StationControlLight', + name: 'StationStationLight', components: { PopMenu, PasswordInput,