瀏覽代碼

修复APP页面数据检查

lcl 7 月之前
父節點
當前提交
68afddcf3a
共有 2 個文件被更改,包括 0 次插入4 次删除
  1. 二進制
      .DS_Store
  2. 0 4
      Controllers/Client/AppController.cs

二進制
.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; //模板内容