From bc9828ef81558cfa199a3ee1d2384fe2b06a1b3f Mon Sep 17 00:00:00 2001 From: nisen Date: Wed, 9 Aug 2023 16:18:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BE=8B=E4=BA=8C=E4=B8=89=E7=BA=A7?= =?UTF-8?q?=E9=9A=90=E8=97=8F=EF=BC=8C=E8=AF=BE=E7=A8=8B=E7=BB=99=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=AE=BE=E7=BD=AE=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 11 ++++++----- src/views/portal/course/Index.vue | 3 +++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 439be944..95e87324 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -38,7 +38,7 @@ --> -
+ -
+
@@ -573,7 +573,8 @@ export default { } console.log(isBack, 'isBack'); // Promise.all([apiType.items("org_domain"), apiCase.majorTypes()]).then(rs => { - Promise.all([apiType.treeList(1,155,1), apiCase.majorTypes()]).then(rs => { + // 90是测试环境,155是生产环境 + Promise.all([apiType.treeList(1,90,1), apiCase.majorTypes()]).then(rs => { if (rs[0].code == 200) { const {records} = rs[0].data records.forEach(item => { diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index e2279663..0467eec3 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -1524,6 +1524,9 @@ export default {