Parcourir la source

修复APP页面数据检查

lcl il y a 7 mois
Parent
commit
68afddcf3a
2 fichiers modifiés avec 0 ajouts et 4 suppressions
  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; //模板内容