Fix Aplayer

This commit is contained in:
底层用户 2022-11-16 10:04:33 +08:00
parent 311f30e4f0
commit a7348a1893
3 changed files with 5 additions and 2 deletions

View File

@ -92,7 +92,7 @@
fill="#ffffff60"
@click="musicListShow = false"
/>
<Aplayer
<AplayerDom
:songServer="playerData.server"
:songType="playerData.type"
:songId="playerData.id"
@ -116,7 +116,7 @@ import {
VolumeSmall,
VolumeNotice,
} from "@icon-park/vue-next";
import Aplayer from "@/components/APlayer/index.vue";
import AplayerDom from "@/components/AplayerDom/index.vue";
import { mainStore } from "@/store";
const store = mainStore();

View File

@ -37,6 +37,9 @@ export default ({
},
}),
],
server: {
port: "3000",
},
resolve: {
alias: [{
find: '@',