Commit 96a9a76b by doszhang

dos

parent c8e85a44
......@@ -72,7 +72,7 @@
</script>
<title>{:block name='title'}{:/block}</title>
{:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false}
<link rel="stylesheet" type="text/css" href="https://projectx.weitoy.com/api/css/rem/{:$rem}/id/{:$projectId}?version=1.0.0"
<link rel="stylesheet" type="text/css" href="http://projectx.weitoy.com/api/css/rem/{:$rem}/id/{:$projectId}?version=1.0.0"
media="all" />
{:else}
......@@ -90,7 +90,7 @@
<div class="wrap-inner">
<div class="font">1</div>
{:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false}
{:"https://projectx.weitoy.com/api/html/id/`$projectId`"|file_get_contents}
{:"http://projectx.weitoy.com/api/html/id/`$projectId`"|file_get_contents}
{:else}
{:block name='body'}{:/block}
{:/if}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment