105040 Update 调整无法读取配置文件时的内容默认路径
This commit is contained in:
parent
0c17a41ba7
commit
417d13ac85
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue