From 3931e2728f618d0090f129b2665bc1285c4440c3 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 03 十一月 2024 17:27:32 +0800
Subject: [PATCH] update

---
 src/views/console/bom-list/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/console/bom-list/index.vue b/src/views/console/bom-list/index.vue
index f6aaf40..aa58822 100644
--- a/src/views/console/bom-list/index.vue
+++ b/src/views/console/bom-list/index.vue
@@ -143,7 +143,7 @@
 				this.info = this.leftData[index];
 			},
 			getLeftTree() {
-				this.$HTTP.get("/api/blade-cps/product/tree").then(res=> {
+				this.$HTTP.get("/api/smis/product/tree").then(res=> {
 					if(res.code == 200) {
 						this.leftData = res.data;
 					}

--
Gitblit v1.9.3