停车场项目web, 互联网仓库, 开发完成后, 需要将代码回传云桌面.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
576 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <link rel="icon" href="./static/images/favicon.ico" />
  8. <script src="./static/js/is/crypto-js.js"></script>
  9. <script src="./static/js/is/jsencrypt.min.js"></script>
  10. <script src="./static/js/is/is.js"></script>
  11. <script>
  12. const baseApi = "<%= htmlWebpackPlugin.options.baseApi %>"
  13. </script>
  14. </head>
  15. <body class="theme-light">
  16. <div id="root"></div>
  17. </body>
  18. </html>