From 2839044a1269268e277f23f66cf2b86dcf85de3b Mon Sep 17 00:00:00 2001 From: tanghaolin <1723298894@qq.com> Date: 星期日, 09 三月 2025 13:53:27 +0800 Subject: [PATCH] 修改购物车功能 --- src/views/SPump/Detail/byParas/components/detailBody.vue | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/views/SPump/Detail/byParas/components/detailBody.vue b/src/views/SPump/Detail/byParas/components/detailBody.vue index 7858e06..87fd27c 100644 --- a/src/views/SPump/Detail/byParas/components/detailBody.vue +++ b/src/views/SPump/Detail/byParas/components/detailBody.vue @@ -673,8 +673,7 @@ ) { state.mainSetting.seriesStructure3d.tabVisible = true; let url = - window.globalConfig.WebApiUrl.FileUrl + - "Data/" + + window.globalConfig.WebApiUrl.FileUrl + pumpInfoData.Struct3d.Info; createAsyncTask().then(() => { initSeriesStructureByThreeD(url); @@ -1512,8 +1511,7 @@ else state.m_model3dSetting.IsHaveDim = isHaveDim; state.m_model3dSetting.LawID = ok_bimFileLaw.ID; state.m_model3dSetting.NextViewModelPath = - window.globalConfig.WebApiUrl.FileUrl + - "Data/" + + window.globalConfig.WebApiUrl.FileUrl + "Series" + state.m_pumpBaseInfo.SeriesID + "/BIM/" + @@ -1524,8 +1522,7 @@ ds_file_path = ds_file_path + ".rfa"; } state.m_model3dSetting.CurrentDsModelPath = - window.globalConfig.WebApiUrl.FileUrl + - "Data/" + + window.globalConfig.WebApiUrl.FileUrl + "Series" + state.m_pumpBaseInfo.SeriesID + "/BIM/" + -- Gitblit v1.9.3