smart-kankan.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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. <title></title>
  8. <style>
  9. html,
  10. body {
  11. width: 100%;
  12. height: 100%;
  13. margin: 0;
  14. overflow: hidden;
  15. }
  16. #app {
  17. width: 100%;
  18. height: 100%;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <noscript>
  24. <strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  25. </noscript>
  26. <div id="app"></div>
  27. <script src="<%= BASE_URL %><%= VUE_APP_SDK_DIR %>kankan-sdk-deps.js?v=<%= VUE_APP_VERSION %>"></script>
  28. <script src="<%= BASE_URL %><%= VUE_APP_SDK_DIR %>kankan-sdk.js?v=<%= VUE_APP_VERSION %>"></script>
  29. <!--
  30. <script src="http://192.168.0.80:3099/dist/sdk/kankan-sdk-deps.js?v=<%= VUE_APP_VERSION %>"></script>
  31. <script src="http://192.168.0.80:3099/dist/sdk/kankan-sdk.js?v=<%= VUE_APP_VERSION %>"></script>
  32. -->
  33. </body>
  34. </html>