spg.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
  7. <link rel="icon" href="<%= BASE_URL %><%= VUE_APP_STATIC_DIR %>/favicon.ico" />
  8. <link rel="stylesheet" href="<%= VUE_APP_FONTS_URL %>" />
  9. <link rel="stylesheet" href="<%= BASE_URL %><%= VUE_APP_STATIC_DIR %>/static/lib/animate/animate.min.css" />
  10. <script src="<%= BASE_URL %><%= VUE_APP_STATIC_DIR %>/static/lib/vconsole.js"></script>
  11. <script src="<%= BASE_URL %><%= VUE_APP_STATIC_DIR %>/static/lib/mobile-detect.js?_=1"></script>
  12. <title></title>
  13. </head>
  14. <body>
  15. <noscript>
  16. <strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  17. </noscript>
  18. <div id="app"></div>
  19. <script src="<%= BASE_URL %><%= VUE_APP_SDK_DIR %>/kankan-sdk-deps.js?v=<%= VUE_APP_VERSION %>"></script>
  20. <script>
  21. var medici = Medici.init({
  22. platform: 'web',
  23. appId: '7b5958d5-1ae6-4ad5-8a87-5fc8a4b92999',
  24. endPoint: '/track_api', //服务器
  25. config: {
  26. version: '1', //配置要track当前版本
  27. },
  28. })
  29. medici.stop();
  30. medici.startTrack('view-timing', {
  31. eventType: 'time',
  32. time: 'all',
  33. })
  34. </script>
  35. <script src="<%= BASE_URL %><%= VUE_APP_SDK_DIR %>/kankan-sdk.js?v=<%= VUE_APP_VERSION %>"></script>
  36. <script>
  37. if ((query = window.location.href.indexOf('vlog') != -1)) {
  38. var vConsole = new window.VConsole()
  39. }
  40. </script>
  41. <!-- built files will be auto injected -->
  42. </body>
  43. </html>