| 123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <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 = {
- img_path: 'http://127.0.0.1/dtkf/public/storage/',
- base: 'http://dtkf.hyrjdz.cn/api/dtkf',
- service_id: 1,
- service: [
- { id: 1, name: '客服1' },
- { id: 2, name: '客服2' },
- { id: 3, name: '客服3' }
- ]
- }
- </script>
- </head>
- <body>
- <div id="app"></div>
- <script src="./static/js/niuniucapture.js"></script>
- <!-- built files will be auto injected -->
- </body>
- </html>
|