Commit 0b6485ab authored by haiyoucuv's avatar haiyoucuv

music

parent 90b6433b
......@@ -103,7 +103,7 @@ const store = makeAutoObservable({
setIndex: {},
/** 首页 */
async getHomeInfo() {
const { success, data } = await API.index();
const { success, data } = await API.index({ actPlatforms: CFG.actPlatforms });
if (!success) return;
this.setIndex = data || {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment