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