Browse Source

Merge branch 'dev_YWQ' into dev

dev_YWQ
HolyKnightIX 2 years ago
parent
commit
361692c2cf
4 changed files with 473 additions and 8 deletions
  1. +1
    -1
      package.json
  2. +1
    -1
      src/views/createVideo/index.vue
  3. +3
    -3
      vite.config.ts
  4. +468
    -3
      yarn.lock

+ 1
- 1
package.json View File

@@ -72,4 +72,4 @@
"repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
"author": "有来开源组织",
"license": "MIT"
}
}

+ 1
- 1
src/views/createVideo/index.vue View File

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


+ 3
- 3
vite.config.ts View File

@@ -96,8 +96,8 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
symbolId: "icon-[dir]-[name]",
}),
],
define: {
global:{}
}
// define: {
// global: {},
// },
};
});

+ 468
- 3
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save