Ver Fonte

修复APP页面数据检查

lcl há 7 meses atrás
pai
commit
68afddcf3a
2 ficheiros alterados com 0 adições e 4 exclusões
  1. BIN
      .DS_Store
  2. 0 4
      Controllers/Client/AppController.cs

BIN
.DS_Store


+ 0 - 4
Controllers/Client/AppController.cs

@@ -119,10 +119,6 @@ namespace Controllers
             response.dataId = Function.MD5_16(response.id.ToString() + "123890");
             if (parm.moduleVersion < response.moduleVersion)
             {
-                if(!string.IsNullOrEmpty(parm.appVersion))
-                {
-                    kind += "/" + parm.appVersion;
-                }
                 string PagePath = "template/app/" + kind + "/" + response.modulePath;
                 string pageContent = Function.GetNetFileContent(ossConfigs.Host + PagePath);
                 response.moduleContent = pageContent; //模板内容