Browse Source

Merge branch 'iteration-20240709' into jenkins

lex 1 year ago
parent
commit
647b422b2d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/creation/api.js

+ 1 - 0
src/views/creation/api.js

@@ -53,6 +53,7 @@ export const api_userMusicStar = (params) => {
   // });
   // });
   return request({
   return request({
     url: "/userMusicStar/star",
     url: "/userMusicStar/star",
+    baseURL: "/api-student",
     hideLoading: true,
     hideLoading: true,
     method: "post",
     method: "post",
     data: params,
     data: params,