document.ejs 895 B

123456789101112131415161718192021222324252627
  1. <!--
  2. * @Author: your name
  3. * @Date: 2022-02-14 14:02:45
  4. * @LastEditTime: 2024-12-10 16:47:13
  5. * @LastEditors: code4eat awesomedema@gmail.com
  6. * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  7. * @FilePath: /KC-MiddlePlatform/src/pages/document.ejs
  8. -->
  9. <!doctype html>
  10. <html>
  11. <head>
  12. <meta charset="utf-8" />
  13. <meta name="description" content="康程智医技术出品" />
  14. <meta
  15. name="viewport"
  16. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
  17. />
  18. <link rel="icon" href="/favicon.ico" type="image/x-icon" id="favicon">
  19. <!-- <link rel="icon" href="<%= context.favicon %>" type="image/x-icon"> -->
  20. <!-- <link rel="icon" href="<%= context.config.publicPath +'favicon.ico'%>" type="image/x-icon" /> -->
  21. </head>
  22. <body>
  23. <!-- <div id="root"></div> -->
  24. </body>
  25. </html>