Browse Source

Update api.js

lex 1 năm trước cách đây
mục cha
commit
a8c42333e8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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({
     url: "/userMusicStar/star",
+    baseURL: "/api-student",
     hideLoading: true,
     method: "post",
     data: params,