index.html 946 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <title>在线文档分享平台 | ZhuLiang's Shared</title>
  7. <meta name="keywords" content="在线Api接口文档 数据库文档 技术文档 说明文档" />
  8. <meta name="description" content="在线Api接口文档 数据库文档 技术文档 说明文档" />
  9. <script type="text/javascript">
  10. //挂在window下的全局配置
  11. window.DocConfig = {
  12. //"server":'http://127.0.0.1/showdoc/server/index.php?s=',
  13. "server": window.location.protocol +'//'+ window.location.host + window.location.pathname+ '../server/index.php?s=',
  14. //"lang" :'en'
  15. "lang" :'zh-cn'
  16. }
  17. </script>
  18. </head>
  19. <body>
  20. <div id="app"></div>
  21. <!-- built files will be auto injected -->
  22. </body>
  23. </html>
  24. <!-- <script src="http://192.168.0.101:8082/target/target-script-min.js#anonymous"></script> -->