Explorar el Código

Merge branch 'dev_YWQ' into dev

dev_YWQ
HolyKnightIX hace 2 años
padre
commit
361692c2cf
Se han modificado 4 ficheros con 473 adiciones y 8 borrados
  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 Ver fichero

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

+ 1
- 1
src/views/createVideo/index.vue Ver fichero

@@ -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() {


+ 3
- 3
vite.config.ts Ver fichero

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

+ 468
- 3
yarn.lock
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


Cargando…
Cancelar
Guardar