wanghan 3 月之前
父节点
当前提交
3f8a93d378
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      LogForceTestApp.Modules.MainModule/Method/GVariable.cs

+ 1 - 1
LogForceTestApp.Modules.MainModule/Method/GVariable.cs

@@ -11,6 +11,6 @@ namespace LogoForceTestApp.Modules.MainModule.Method
     {
         public static string ProductTypeName;//产品类型
         public static string ProductsConfig = "..//Config//ProductsConfig.cfg";//质量config
-        public static string CustomerCofig = "..//Config//CustomerCofig.cfg";//客户config
+        public static string CustomerCofig = "..//Config//CustomerConfig.cfg";//客户config
     }
 }