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