浏览代码

upload

dev_YWQ
HolyKnightIX 2 年前
父节点
当前提交
763c8d552f
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. +0
    -2
      src/types/auto-imports.d.ts
  2. +1
    -1
      src/views/createVideo/index.vue

+ 0
- 2
src/types/auto-imports.d.ts 查看文件

@@ -4,7 +4,6 @@ declare global {
const EffectScope: typeof import('vue')['EffectScope'] const EffectScope: typeof import('vue')['EffectScope']
const ElForm: typeof import('element-plus/es')['ElForm'] const ElForm: typeof import('element-plus/es')['ElForm']
const ElMessage: typeof import('element-plus/es')['ElMessage'] const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
const autoResetRef: typeof import('@vueuse/core')['autoResetRef'] const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
const computed: typeof import('vue')['computed'] const computed: typeof import('vue')['computed']
@@ -273,7 +272,6 @@ declare module 'vue' {
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']> readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
readonly ElForm: UnwrapRef<typeof import('element-plus/es')['ElForm']> readonly ElForm: UnwrapRef<typeof import('element-plus/es')['ElForm']>
readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']> readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']>
readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']>
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']> readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']> readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
readonly computed: UnwrapRef<typeof import('vue')['computed']> readonly computed: UnwrapRef<typeof import('vue')['computed']>


+ 1
- 1
src/views/createVideo/index.vue 查看文件

@@ -268,7 +268,7 @@ import { getCurrentInstance } from "vue";
import Recorder from "js-audio-recorder"; import Recorder from "js-audio-recorder";
import axios from "axios"; import axios from "axios";
import { awsImgUpload, awsMp3Upload } from "@/apis/createVideo"; import { awsImgUpload, awsMp3Upload } from "@/apis/createVideo";
import { ElMessage } from "element-plus";
// 获取AI头像 // 获取AI头像
const AiFace = ref([]); const AiFace = ref([]);
function getAiFace() { function getAiFace() {


正在加载...
取消
保存