File tree 2 files changed +8
-5
lines changed
crmeb/public/install/templates
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 23
23
/docker-compose /MacArm /mysql /data /
24
24
/docker-compose /MacArm /mysql /log /
25
25
/docker-compose /linux /mysql /data /
26
- /docker-compose /linux /mysql /log /
26
+ /docker-compose /linux /mysql /log /
27
+ crmeb /.constant
28
+ crmeb /.env
29
+ crmeb /.version
Original file line number Diff line number Diff line change @@ -289,10 +289,10 @@ function checkForm() {
289
289
$('#J_install_tip_dbname').html('<span for="dbname" generated="true" class="tips_error" >数据库链接配置失败</span>');
290
290
return false;
291
291
} else if (res == -2) {
292
- $('#J_install_tip_dbhost').html('');
293
- $('#J_install_tip_dbport').html('');
294
- $('#J_install_tip_dbname').html('<span for="dbname" generated="true" class="tips_error" >请在mysql配置文件修sql-mode或sql_mode为NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION</span><a href="https://doc.crmeb.com/web/single/crmeb_v4/936" target="_blank">查看文档</a>');
295
- return false;
292
+ // $('#J_install_tip_dbhost').html('');
293
+ // $('#J_install_tip_dbport').html('');
294
+ // $('#J_install_tip_dbname').html('<span for="dbname" generated="true" class="tips_error" >请在mysql配置文件修sql-mode或sql_mode为NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION</span><a href="https://doc.crmeb.com/web/single/crmeb_v4/936" target="_blank">查看文档</a>');
295
+ // return false;
296
296
} else if (res == 1045) {
297
297
$('#J_install_tip_dbhost').html('');
298
298
$('#J_install_tip_dbport').html('');
You can’t perform that action at this time.
0 commit comments