This commit is contained in:
zmj 2024-06-11 16:17:33 +08:00
parent 3f722e005b
commit 72dc2f4a3a
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -246,7 +246,7 @@
goodClassThree.value = item?.children || [];
rightActive.value = goodClassThree.value[0]?.id || '';
getGoodList();
if (!item.isLoading && item.id) getgoodClassList(leftActive.value, 1); // , ,
if (!item.isLoading && item.id) getgoodClassList(leftActive.value, 2); // , ,
}
const rightActive = ref(0);