- Vue 2.7 + Element UI + Webpack 5 前端 - SQL Server 数据库脚本 (script.sql) - 4份技术文档 (技术分析/功能映射/使用说明书/用户操作手册) - 存储过程修复 (fix_生产管理_外协报表_查询.sql)
17 lines
489 B
HTML
17 lines
489 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
<link rel="icon" href="favicon.ico">
|
|
</head>
|
|
<body style="background-color: #eeeeee">
|
|
<script src="./static/config.js"></script>
|
|
<script src="./static/jsQR.js"></script>
|
|
<div id="app"></div>
|
|
<script></script>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|