Commit d668c01b by 孙龙

up

parent 29e32f47
......@@ -54,8 +54,8 @@ class WebController extends Controller
// 首页
public function index(Request $request)
{
$JobsModel = new JobsModel();
// $JobsModel = new JobsModel();
//
$info = $this->getPageInfo($request);
return view('index', $info);
......@@ -91,12 +91,12 @@ class WebController extends Controller
// exit;
echo DNS1D::getBarcodeSVG("4445645656", "C39","1","20");
echo DNS2D::getBarcodeHTML("4445645656", "QRCODE","3","3");
// echo DNS1D::getBarcodeSVG("4445645656", "C39","1","20");
// echo DNS2D::getBarcodeHTML("4445645656", "QRCODE","3","3");
// echo DNS2D::getBarcodePNGPath("4445645656", "PDF417");
// echo DNS2D::getBarcodeSVG("4445645656", "DATAMATRIX");
// echo '<img src="data:image/png;base64,' . DNS2D::getBarcodePNG("4", "PDF417") . '" alt="barcode" />';
exit;
//exit;
$info['title'] = '标签设计';
return view('web', $info);
......
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