WeBASE-Front
WeBASE-Front copied to clipboard
v1.5.4合约ide输入同类型参数联动问题
进入webase-front目录,下载cdn中最新的webase-front.zip安装包,解压,用最新安装包的static目录替换已有的static目录,移除static目录 如,通过一键部署的webase-front
cd webase-deploy/webase-front
wget https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeBASE/releases/download/v1.5.4/webase-front.zip
unzip -d new webase-front.zip
rm -r static/
cp -r new/webase-front/static/ .
替换后,需要重启webase-front服务
cd webase-front
bash stop.sh && bash start.sh
已修复