fix: 修改积分相关接口传参userId改为shopUserId,修改耗材出入库展示,修改点歌页面跳转
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user