This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
HHPW
/
clearticket_ota
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
809721c970
Branches
Tags
master
clearticket_...
/
docs
/
devConfig
dct
8527e6928c
init
il y a 8 mois
..
README.md
8527e6928c
init
il y a 8 mois
index.html
8527e6928c
init
il y a 8 mois
otaConfig.js
8527e6928c
init
il y a 8 mois
README.md
备份
这是测试服务器192.168.30.152上的文件,分别在:
/home/clear/frontend/index.html
/home/clear/frontend/otaConfig.js 这里备份一下。
注意点
ota部署测试服务器和其他不一样的是,它直接把文件放在了/home/clear/frontend/下,并非单独的文件夹
因为相对路径的问题,index.html在测试服务器上写的路径是
./otaConfig.js
。默认build出来是
../otaConfig.js
,需要部署时自动改下。