feat: tool
This commit is contained in:
parent
b16d1d68dc
commit
39d8d5aab2
@ -110,7 +110,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, reactive, watch } from 'vue'
|
import { ref, reactive, watch } from 'vue'
|
||||||
import ToolApi from '@/api/shared/tool'
|
import ToolApi from '@/api/tool/tool'
|
||||||
import type { FormInstance } from 'element-plus'
|
import type { FormInstance } from 'element-plus'
|
||||||
import DynamicsForm from '@/components/dynamics-form/index.vue'
|
import DynamicsForm from '@/components/dynamics-form/index.vue'
|
||||||
|
|
||||||
|
|||||||
@ -262,7 +262,7 @@ import ToolDebugDrawer from './ToolDebugDrawer.vue'
|
|||||||
import UserFieldFormDialog from '@/views/tool/component/UserFieldFormDialog.vue'
|
import UserFieldFormDialog from '@/views/tool/component/UserFieldFormDialog.vue'
|
||||||
import EditAvatarDialog from '@/views/tool/component/EditAvatarDialog.vue'
|
import EditAvatarDialog from '@/views/tool/component/EditAvatarDialog.vue'
|
||||||
import type {toolData} from '@/api/type/tool'
|
import type {toolData} from '@/api/type/tool'
|
||||||
import ToolApi from '@/api/shared/tool'
|
import ToolApi from '@/api/tool/tool'
|
||||||
import type {FormInstance} from 'element-plus'
|
import type {FormInstance} from 'element-plus'
|
||||||
import {MsgSuccess, MsgConfirm} from '@/utils/message'
|
import {MsgSuccess, MsgConfirm} from '@/utils/message'
|
||||||
import {cloneDeep} from 'lodash'
|
import {cloneDeep} from 'lodash'
|
||||||
|
|||||||
@ -56,7 +56,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, watch } from 'vue'
|
import { ref, watch } from 'vue'
|
||||||
import ToolApi from '@/api/shared/tool'
|
import ToolApi from '@/api/tool/tool'
|
||||||
import { cloneDeep } from 'lodash'
|
import { cloneDeep } from 'lodash'
|
||||||
import { MsgError, MsgSuccess } from '@/utils/message'
|
import { MsgError, MsgSuccess } from '@/utils/message'
|
||||||
import { defaultIcon, isAppIcon } from '@/utils/common'
|
import { defaultIcon, isAppIcon } from '@/utils/common'
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {ref, watch} from 'vue'
|
import {ref, watch} from 'vue'
|
||||||
import ToolApi from '@/api/shared/tool'
|
import ToolApi from '@/api/tool/tool'
|
||||||
import DynamicsForm from '@/components/dynamics-form/index.vue'
|
import DynamicsForm from '@/components/dynamics-form/index.vue'
|
||||||
import {MsgSuccess} from '@/utils/message'
|
import {MsgSuccess} from '@/utils/message'
|
||||||
import {t} from '@/locales'
|
import {t} from '@/locales'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user