地铁二期项目正式开始

index.html 748B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <title>微信客服</title>
  8. <link rel="stylesheet" href="./static/icon/material-icons.css">
  9. <script>
  10. var config = {
  11. img_path: 'http://127.0.0.1/dtkf/public/storage/',
  12. base: 'http://dtkf.hyrjdz.cn/api/dtkf',
  13. service_id: 1,
  14. service: [
  15. { id: 1, name: '客服1' },
  16. { id: 2, name: '客服2' },
  17. { id: 3, name: '客服3' }
  18. ]
  19. }
  20. </script>
  21. </head>
  22. <body>
  23. <div id="app"></div>
  24. <script src="./static/js/niuniucapture.js"></script>
  25. <!-- built files will be auto injected -->
  26. </body>
  27. </html>