diff --git a/config/app.js b/config/app.js index ab2ac5f..85facca 100644 --- a/config/app.js +++ b/config/app.js @@ -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) { diff --git a/pages/index/index.vue b/pages/index/index.vue index c3a7c6a..e01fea3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -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);