From 7d7744fe006714f6be0341d03d4de9b1e90d775d Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 23 五月 2025 22:45:09 +0800 Subject: [PATCH] 5.23 婴幼儿游戏活动实施(wb) --- src/assets/js/middleGround/api/store.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/assets/js/middleGround/api/store.js b/src/assets/js/middleGround/api/store.js index 3dab5cc..c0c8752 100644 --- a/src/assets/js/middleGround/api/store.js +++ b/src/assets/js/middleGround/api/store.js @@ -302,7 +302,8 @@ }) } let token = localStorage.getItem(tokenKey) - let url = token ? '/store/api/ApiQueryProductByAppUser' : '/store/api/ApiQueryProduct' + // let url = token ? '/store/api/ApiQueryProductByAppUser' : '/store/api/ApiQueryProduct' + let url = '/store/api/ApiQueryProduct' return request({ url: url, method: 'post', -- Gitblit v1.9.1