mirror of
https://github.com/fjykTec/ModernWMS.git
synced 2024-11-13 04:04:40 +08:00
555a753a62
* init * Merge: Merge first commit from develop to release (#1) * init * init * init * first commit * feat(全局): 增加hook组件, 用于对话框、消息提示; 修改系统标题 * feat(Global):Sync gitee code with frontend on 2023-01-09 09:14. * feat(Global):Remove 'sqls' file. * feat(Commodity management): Delete volume verification * feat(Delivery Management): Modify tab English * feat(Back End): Synchronize back-end code_2023-01-09 10:33 * feat(package.json):Fixed dependecies version. * feat(Global):Update the readme. * feat(Global):Fix the readme. Co-authored-by: lysddp <lysddp@gmail.com> Co-authored-by: liufu <809388027@qq.com> Co-authored-by: Jokerls波吉 <11269866+jokerls-poji@user.noreply.gitee.com> Co-authored-by: lysddp <lysddp@gmail.com> Co-authored-by: liufu <809388027@qq.com> Co-authored-by: Jokerls波吉 <11269866+jokerls-poji@user.noreply.gitee.com>
16 lines
No EOL
340 B
HTML
16 lines
No EOL
340 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>ModernWMS</title>
|
|
<link rel="icon" href="./src/assets/img/webLogoMini.png" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html> |