| | |
| | | <!DOCTYPE html> |
| | | <html> |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
| | | <meta http-equiv="Expires" CONTENT="0"> |
| | | <meta http-equiv="Cache-Control" CONTENT="no-cache"> |
| | | <meta http-equiv="Pragma" CONTENT="no-cache"> |
| | | <title>LIMS实验室管理系统</title> |
| | | <link rel="icon" type="image/x-icon" href="./static/img/logo.png"> |
| | | </head> |
| | | <body> |
| | | <div id="app"></div> |
| | | </body> |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
| | | <meta http-equiv="Expires" CONTENT="0"> |
| | | <meta http-equiv="Cache-Control" CONTENT="no-cache"> |
| | | <meta http-equiv="Pragma" CONTENT="no-cache"> |
| | | <title>LIMS实验室管理系统</title> |
| | | <link rel="icon" type="image/x-icon" href="./static/img/logo.png"> |
| | | |
| | | <link href="./static/luckysheet/plugins/css/pluginsCss.css" rel="stylesheet" /> |
| | | <link href="./static/luckysheet/plugins/plugins.css" rel="stylesheet" /> |
| | | <link href="./static/luckysheet/css/luckysheet.css" rel="stylesheet" /> |
| | | <link href="./static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" /> |
| | | </head> |
| | | <body> |
| | | <div id="app"></div> |
| | | <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script> |
| | | <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script> |
| | | </body> |
| | | </html> |