1. 解决首次登陆可能出错的问题

2. 表单配置后数据为1111的问题
3.下单时可能出现错误配置提示的问题
This commit is contained in:
337031187
2021-01-07 15:56:58 +08:00
parent 91c7af214f
commit 83fcaf48a9
4 changed files with 1935 additions and 1223 deletions

File diff suppressed because one or more lines are too long

View File

@@ -48,7 +48,7 @@ if test -e $APP_NAME;then
#通过检测日志来判断
while [ -f $LOG_FILE ]
do
success=`grep "Started CrmebApplication in " $LOG_FILE`
success=`grep "CRMEB Started!" $LOG_FILE`
if [[ "$success" != "" ]]
then
# echo "Crmeb start ........."