lcl 7 месяцев назад
Родитель
Сommit
68afddcf3a
2 измененных файлов с 0 добавлено и 4 удалено
  1. BIN
      .DS_Store
  2. 0 4
      Controllers/Client/AppController.cs

+ 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; //模板内容