Commit f0097a08 by tingweiwang

修改edu 渲染字段多增加了下划线问题

1 parent 5158c653
Showing with 2 additions and 2 deletions
......@@ -57,8 +57,8 @@ sudo sed -i s/quota_db_name/$quota_db_name/g `find $config_workspace -type f -na
#############################kpl修改前端app.yaml#######################################
sudo sed -i s#kpl_backend#$kpl_backend#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_back_socket#$kpl_back_socket#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_edu_backend#$kpl_edu__backend#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_edu_back_socket#$kpl_edu__back_socket#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_edu_backend#$kpl_edu_backend#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_edu_back_socket#$kpl_edu_back_socket#g `find $config_workspace -type f -name "*.yaml"`
#sudo sed -i s#kpl_imageproxy#$kpl_imageproxy#g `find $config_workspace -type f -name "*.yaml"`
#sudo sed -i s#mobile_frontend#$mobile_frontend#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_stream#$kpl_stream#g `find $config_workspace -type f -name "*.yaml"`
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!