index-debug.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <title>client-trace</title>
  7. <link rel="stylesheet" type="text/css" href="/static/dhtmlxgantt/dhtmlxgantt.css">
  8. <link nonce="*NONCE_TOKEN_CSS*" rel="stylesheet" type="text/css" href="/static/trumbowyg/css/trumbowyg.min.css">
  9. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/jquery/dist/jquery.js"></script>
  10. <!-- 富文本编辑器 -->
  11. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/trumbowyg/js/trumbowyg.min.js"></script>
  12. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/trumbowyg/js/trumbowyg.upload.min.js"></script>
  13. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/trumbowyg/js/trumbowyg.zh_cn.min.js"></script>
  14. <script src="/static/dayjs/dayjs.min.js"></script>
  15. <script src="/static/dhtmlxgantt/dhtmlxgantt.js"></script>
  16. <script src="/static/dhtmlxgantt/locale/locale_cn.js"></script>
  17. <script src="/static/dhtmlxgantt/ext/dhtmlxgantt_auto_scheduling.js"></script>
  18. <script src="/static/dhtmlxgantt/ext/dhtmlxgantt_smart_rendering.js"></script>
  19. <script src="/static/dhtmlxgantt/ext/dhtmlxgantt_undo.js"></script>
  20. <script src="/static/dhtmlxgantt/ext/dhtmlxgantt_fullscreen.js"></script>
  21. <script src="/static/dhtmlxgantt/ext/api.js"></script>
  22. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/vue/dist/vue.global.js"></script>
  23. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/vue-i18n/dist/vue-i18n.global.js"></script>
  24. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/vuex/dist/vuex.global.js"></script>
  25. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/vue-router/dist/vue-router.global.js"></script>
  26. </head>
  27. <body>
  28. <div id="app-client-trace"></div>
  29. <!-- built files will be auto injected -->
  30. </body>
  31. </html>