Commit 2b66c205 by 孙龙

离线使用功能

parent c65e1757
......@@ -102,6 +102,15 @@ class WebController extends Controller
$info['title'] = '标签设计';
return view('web', $info);
}
/*
* 离线使用
*/
public function offline($request,$info){
$info['title'] = '离线使用';
return view('web', $info);
}
/*
* 标签预览
*/
......
/**
* Created by ICHUNT on 2020/5/18.
*/
......@@ -57,7 +57,7 @@
<script type="text/html" id="action">
<!-- <a class="btn btn-xs btn-outline btn-info" lay-event="offline">离线使用</a> -->
<a class="btn btn-xs btn-outline btn-info" href="/web/offline?t_id=@{{ d.id }}">离线使用</a>
<a class="btn btn-xs btn-outline btn-success" href="/web/showTemplate?t_id=@{{ d.id }}" target="_blank" lay-event="show">预览</a>
@{{# if (d.status > 0) { }}
<a title="复制一份该模板" class="btn btn-xs btn-outline btn-info" lay-event="copy">复制</a>
......
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