Browse Source

Merge branch 'master' of https://gitee.com/ZhongBangKeJi/CRMEB

吴昊天 3 years ago
parent
commit
172564b121
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crmeb/public/install/templates/step3.php

+ 1 - 1
crmeb/public/install/templates/step3.php

@@ -182,7 +182,7 @@
                         $('#J_install_tip_dbpw').html('<span for="dbname" generated="true" class="tips_error" >数据库链接配置失败</span>');
                         mysqlstatu = false;
                     } else if (msg == -2) {
-                        $('#J_install_tip_dbpw').html('<span for="dbname" generated="true" class="tips_error" >请在mysql配置文件修sql-mode或sql_mode为NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION,<a half="https://doc.crmeb.com/web/single/crmeb_v4/936" target="_blank">查看文档</a></span>');
+                        $('#J_install_tip_dbpw').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>');
                         mysqlstatu = false;
                     } else if (msg == -3) {
                         $('#J_install_tip_dbpw').html('');