You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select
APP_NAME as name,
app_logo as logo,
app_keyword as keyword,
app_description as descrip,
app_copyright as copyright,
<#--动态解析 -->
<#if isDo?? && isDo>
"${url}" as url,
"${url}" as host,
<#--使用地址栏的域名 -->
<#elseif url??>
CONCAT("${url}","/${html}/",app_id,"/<#if m??>${m}</#if>") as url,
REPLACE(REPLACE(TRIM(substring_index(app_url,"\n",1)), CHAR(10),''), CHAR(13),'') as host,
</#if>
CONCAT("templets/",app_id,"/",<#if m??>CONCAT(app_style,"/${m}")<#else>app_style</#if>) as style <#-- 判断是否为手机端 -->
from app where app_id = ${appId} limit 1
修改数据后需要重启后台
再发布静态文件才能生效
本例子方案由 张凯 提供
The text was updated successfully, but these errors were encountered:
具体介绍见:https://github.com/sky5454/MCMS_MyDocs#%E6%A8%A1%E6%9D%BF
以下是修改方法:
一个关于修改
{ms:global.host} 标签
的例子,感谢 张凯 提供的方案:修改数据后需要重启后台
再发布静态文件才能生效
本例子方案由 张凯 提供
The text was updated successfully, but these errors were encountered: