105040 Update 调整无法读取配置文件时的内容默认路径

This commit is contained in:
lihanbo 2025-04-03 16:07:18 +08:00
parent 0c17a41ba7
commit 417d13ac85
1 changed files with 1 additions and 1 deletions

View File

@ -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";