@extends('admin/public/layout') @section('title')小程序配置@endsection @section('content')

小程序配置

(开启后首页会显示小程序二维码)
(小程序ID)
(小程序秘钥)
(推荐上传8cm边长的小程序码) @if(Setting()->get('weapp_qrcode_image'))
@endif
(提示用户扫描的话语)
@endsection @section('script') @endsection