Commit b7a307d3 by gongyang

提交代码

parent 4d74ece5
......@@ -20,7 +20,7 @@
@endif
<div class="row">
<div class="col-lg-12">
<iframe src="http://{{ Config::get('website.data') }}/message/{{ $id }}" style="height: 100%;overflow: auto;width: 98%;" id="iframe"></iframe>
<iframe src="{{ Config::get('website.data') }}/message/{{ $id }}" style="height: 100%;overflow: auto;width: 98%;" id="iframe"></iframe>
</div>
</div>
</div>
......
......@@ -18,7 +18,7 @@
<div id="page-wrapper" class="gray-bg">
<div class="row">
<div class="col-lg-12">
<iframe src="http://{{ Config::get('website.data') }}/page/{{ $id }}"></iframe>
<iframe src="{{ Config::get('website.data') }}/page/{{ $id }}"></iframe>
</div>
</div>
</div>
......
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