This commit is contained in:
zmj 2024-06-24 09:28:16 +08:00
parent 8bec0329ed
commit 242cc21a92
2 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
let BASE_URL let BASE_URL
import store from "@/store/user.js" import store from "@/store/user.js"
// 环境 // 环境
let env = "dev" // let env = "dev"
// let env = "prod" let env = "prod"
// let env = "liu"; // let env = "liu";
switch (env) { switch (env) {

View File

@ -370,8 +370,8 @@
name: '', name: '',
order: '', order: '',
store_name: '', store_name: '',
store_id: 23 // store_id: 23
// store_id: 4 store_id: 4
}) })
const loading = ref(true); const loading = ref(true);
@ -387,8 +387,8 @@
if (class_all) class_id = ""; // if (class_all) class_id = ""; //
if (loadmore) where.value.page_no++; if (loadmore) where.value.page_no++;
else where.value.page_no = 1; else where.value.page_no = 1;
where.value.store_id = 23 // where.value.store_id = 23
// where.value.store_id = 4 where.value.store_id = 4
goodListApi({ goodListApi({
...where.value, ...where.value,
class_all: class_all, class_all: class_all,
@ -424,8 +424,8 @@
page_size: 30, page_size: 30,
level: three, level: three,
// store_id: STORE_INFO.id // id // store_id: STORE_INFO.id // id
store_id: 23 // id // store_id: 23 // id
// store_id: 4 // id store_id: 4 // id
}).then(res => { }).then(res => {
if (pid == 0) { // if (pid == 0) { //
if (!res.data?.lists?.length) return; if (!res.data?.lists?.length) return;
@ -614,8 +614,8 @@
if (opt.id) { if (opt.id) {
where.value.store_id = opt.id; where.value.store_id = opt.id;
const info = await shopDetailApi({ const info = await shopDetailApi({
// store_id: 4 store_id: 4
store_id: 23 // store_id: 23
}); });
// //
if (opt.spread_uid) { if (opt.spread_uid) {