wanghan 3 months ago
parent
commit
3f8a93d378
1 changed files with 1 additions and 1 deletions
  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 ProductTypeName;//产品类型
         public static string ProductsConfig = "..//Config//ProductsConfig.cfg";//质量config
         public static string ProductsConfig = "..//Config//ProductsConfig.cfg";//质量config
-        public static string CustomerCofig = "..//Config//CustomerCofig.cfg";//客户config
+        public static string CustomerCofig = "..//Config//CustomerConfig.cfg";//客户config
     }
     }
 }
 }