| 12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <base href="{!! asset('web/wxkf') !!}/">
- <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" >
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <title>微信在线客服</title>
- <link rel="stylesheet" href="./static/icon/material-icons.css">
- <script>
- var config = {!! json_encode($config,256) !!};
- </script>
- </head>
- <body>
- <div id="app"></div>
- <script src="./static/js/niuniucapture.js"></script>
- <!-- built files will be auto injected -->
- </body>
- </html>
|