222
schangxiang@126.com
2025-06-13 6a8393408d8cefcea02b7a598967de8dc1e565c2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
 
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="renderer" content="webkit">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <title>WMS系统</title>
    <link rel="stylesheet" href="/static/user/style/animate.css" type="text/css"/>
    <link rel="icon" href="/static/favicon.ico" type="image/x-icon">
  </head>
  <body>
    <script src="<%=BASE_URL %>/tinymce4.7.5/tinymce.min.js"></script>
    <script src="<%=BASE_URL %>/config.js"></script>
    <script>
      var version = 20240408;//这里设置您的版本号
    </script>
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
 
</html>