index-release.html 1.9 KB

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