update: 新增注释
This commit is contained in:
parent
39c58b8e35
commit
0200d1d419
|
@ -153,7 +153,7 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
import CascadeApi from '@/api/media/cascade';
|
||||
import type { ActionsType } from '@/components/Table/index.vue';
|
||||
import type { ActionsType } from '@/views/device/Instance/typings';
|
||||
import { message } from 'ant-design-vue';
|
||||
import BindChannel from './BindChannel/index.vue';
|
||||
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
import CascadeApi from '@/api/media/cascade';
|
||||
import type { ActionsType } from '@/components/Table/index.vue';
|
||||
import type { ActionsType } from '@/views/device/Instance/typings';
|
||||
import { message } from 'ant-design-vue';
|
||||
import { getImage } from '@/utils/comm';
|
||||
import Publish from './Publish/index.vue';
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
import ChannelApi from '@/api/media/channel';
|
||||
import type { ActionsType } from '@/components/Table/index.vue';
|
||||
import type { ActionsType } from '@/views/device/Instance/typings';
|
||||
import { useMenuStore } from 'store/menu';
|
||||
import { message } from 'ant-design-vue';
|
||||
import Save from './Save.vue';
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
import DeviceApi from '@/api/media/device';
|
||||
import type { ActionsType } from '@/components/Table/index.vue';
|
||||
import type { ActionsType } from '@/views/device/Instance/typings';
|
||||
import { message } from 'ant-design-vue';
|
||||
import { getImage } from '@/utils/comm';
|
||||
import { PROVIDER_OPTIONS } from '@/views/media/Device/const';
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- 调试 -->
|
||||
<template>
|
||||
<j-modal
|
||||
v-model:visible="_vis"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- 同步用户 -->
|
||||
<template>
|
||||
<div>
|
||||
<j-modal
|
||||
|
@ -134,9 +135,8 @@
|
|||
<script setup lang="ts" name="SyncUser">
|
||||
import configApi from '@/api/notice/config';
|
||||
import { PropType } from 'vue';
|
||||
import moment from 'moment';
|
||||
import { Modal, message } from 'ant-design-vue';
|
||||
import type { ActionsType } from '@/components/Table/index.vue';
|
||||
import { message } from 'ant-design-vue';
|
||||
import type { ActionsType } from '@/views/device/Instance/typings';
|
||||
import { Form } from 'ant-design-vue';
|
||||
|
||||
const useForm = Form.useForm;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- 通知配置 -->
|
||||
<template>
|
||||
<page-container>
|
||||
<pro-search
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- 调试 -->
|
||||
<template>
|
||||
<j-modal
|
||||
v-model:visible="_vis"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- 通知模板 -->
|
||||
<template>
|
||||
<page-container>
|
||||
<pro-search
|
||||
|
@ -154,7 +155,7 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
import TemplateApi from '@/api/notice/template';
|
||||
import type { ActionsType } from '@/components/Table/index.vue';
|
||||
import type { ActionsType } from '@/views/device/Instance/typings';
|
||||
import { message } from 'ant-design-vue';
|
||||
import { NOTICE_METHOD, MSG_TYPE } from '@/views/notice/const';
|
||||
import Debug from './Debug/index.vue';
|
||||
|
|
Loading…
Reference in New Issue