This website works better with JavaScript
首頁
探索
說明
登入
huangzhidong
/
guoyao-jiankang
關註
2
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
592acda67e
分支列表
標籤列表
master
guoyao-jiank...
/
public
/
camera
hzd
4b6d5ed8e9
修改域名
1 年之前
..
component
370bb17ba7
摄像头
1 年之前
css
370bb17ba7
摄像头
1 年之前
img
370bb17ba7
摄像头
1 年之前
lib
370bb17ba7
摄像头
1 年之前
.htaccess
370bb17ba7
摄像头
1 年之前
box.html
370bb17ba7
摄像头
1 年之前
config.js
4b6d5ed8e9
修改域名
1 年之前
demo.html
370bb17ba7
摄像头
1 年之前
demo.php
370bb17ba7
摄像头
1 年之前
jk.html
370bb17ba7
摄像头
1 年之前
nginx.htaccess
370bb17ba7
摄像头
1 年之前
readMe.txt
370bb17ba7
摄像头
1 年之前
vue.js
370bb17ba7
摄像头
1 年之前
readMe.txt
1.nginx启动
将压缩包解压到nginx的html目录
双击nginx.exe,浏览器访问网址http://127.0.0.1:4481/demo.html即可
2.http-server方式启动
安装http-server
npm install http-server -g
到根目录启动(注意:地址只能使用127.0.0.1,端口只能使用4481或者7481)
http-server -p 4481 -o