fix: 修改积分相关接口传参userId改为shopUserId,修改耗材出入库展示,修改点歌页面跳转

This commit is contained in:
2025-03-17 18:07:55 +08:00
parent 4599274813
commit 61607fcc44
5 changed files with 30 additions and 10 deletions

View File

@@ -104,7 +104,7 @@ export default {
const res = await shopSongApi.url();
console.log(res);
const baseUrl =
location.hostname === "localhost" ? "https://admintestweb.sxczgkj.cn" : location.origin;
location.hostname === "localhost" ? "https://tapi.cashier.sxczgkj.cn" : location.origin;
this.singgerUrl = baseUrl + "/song-H5/index.html?t=" + res;
},
jumpUrl(url) {