Fix Aplayer
This commit is contained in:
parent
311f30e4f0
commit
a7348a1893
@ -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();
|
||||||
|
|
||||||
|
@ -37,6 +37,9 @@ export default ({
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
server: {
|
||||||
|
port: "3000",
|
||||||
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: [{
|
alias: [{
|
||||||
find: '@',
|
find: '@',
|
||||||
|
Loading…
Reference in New Issue
Block a user