@@ -1,4 +1,4 @@
-APP_DEBUG = false
+APP_DEBUG = true
[APP]
DEFAULT_TIMEZONE = Asia/Shanghai
@@ -342,6 +342,7 @@
<!-- 主体 -->
{block name="body"}
<form class="layui-form p-4">
+ <h3 class="pb-3">新建造价项目</h3>
<table id="tabniubi" cellpadding="1" cellspacing="1">
<tr>
<th style="width: 10%;height: 0;"></th>
@@ -20,9 +20,9 @@ return [
// 数据库名
'database' => 'mxdb',
// 用户名
- 'username' => 'mxdb',
+ 'username' => 'root',
// 密码
- 'password' => 'ARinPELr7k5GZSR5',
+ 'password' => 'root',
// 端口
'hostport' => '3306',
// 数据库表前缀