From 417d13ac85e940cacc05edd393dee28a3d054825 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Thu, 3 Apr 2025 16:07:18 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Update=20=E8=B0=83=E6=95=B4=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=AF=BB=E5=8F=96=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E5=86=85=E5=AE=B9=E9=BB=98=E8=AE=A4=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.WPFUI/Utils/Consts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Utils/Consts.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Utils/Consts.cs index 539a5e3..93c1758 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/Utils/Consts.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/Utils/Consts.cs @@ -25,7 +25,7 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.Utils public static string PLUGIN_DATA_FILE_PATH = @"D:\Desktop\EPLAN\汇川"; #else - public static string PLUGIN_DATA_FILE_PATH = @"\\192.168.1.160\plm系统文档\线材选型\插件";//@"D:\旧电脑文件\Desktop\EPlan\线材选型";// + public static string PLUGIN_DATA_FILE_PATH = @"\\192.168.1.160\plm系统文档\线材选型";//@"D:\旧电脑文件\Desktop\EPlan\线材选型";// #endif public static string PLUGIN_DATA_FILE_NAME = "线材选型数据表.xlsx"; public static string PLUGIN_DATA_FILE_NAME_BOM = "BOM表.xlsx";