index-debug.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta
  6. name="viewport"
  7. content="width=device-width, initial-scale=1, user-scalable=no"
  8. />
  9. <title>Prodog APP</title>
  10. <link nonce="*NONCE_TOKEN_CSS*" rel="stylesheet" href="/static/static-app/plugin/tether/tether.min.css" type="text/css" />
  11. <link nonce="*NONCE_TOKEN_CSS*" rel="stylesheet" href="/static/static-app/plugin/jquery/jquery.mloading.css" type="text/css" />
  12. <link nonce="*NONCE_TOKEN_CSS*" rel="stylesheet" href="/static/static-app/plugin/vant/index.css" type="text/css" />
  13. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/jquery/jquery.min.js"></script>
  14. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/jquery/jquery.cookie.js"></script>
  15. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/jquery/jquery.mloading.js"></script>
  16. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/vue/dist/vue.global.js"></script>
  17. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/vue-i18n/dist/vue-i18n.runtime.global.prod.js"></script>
  18. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/vuex/vuex.global.js"></script>
  19. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/vue-router/dist/vue-router.global.js"></script>
  20. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/static-app/plugin/vant/vant.js"></script>
  21. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/dayjs/dayjs.min.js"></script>
  22. <script nonce="*NONCE_TOKEN*" type="text/javascript">
  23. var nonce_token = "*NONCE_TOKEN*";
  24. </script>
  25. </head>
  26. <body data-spy="scroll">
  27. <div id="app"></div>
  28. <div id="mainDiv"></div>
  29. <script nonce="*NONCE_TOKEN*" type="text/javascript"></script>
  30. </body>
  31. </html>