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

View File

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