Commit 3f0eb8caf1938f0f6617addb0dbda42fdebe7581
1 parent
7c1ec984
Exists in
master
app-ht
1. 出错界面邮箱调整
Showing
4 changed files
with
7 additions
and
7 deletions
Show diff stats
app-ht/modules/system/views/perm/set_router.php
@@ -132,7 +132,7 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -132,7 +132,7 @@ $this->params['breadcrumbs'][] = $this->title; | ||
132 | <?php foreach ($delActions as $k => $action) : ?> | 132 | <?php foreach ($delActions as $k => $action) : ?> |
133 | <tr> | 133 | <tr> |
134 | <td><?= $action ?></td> | 134 | <td><?= $action ?></td> |
135 | - <td width="70"><a class="delRouterBtn" data-id="<?=$action?>" href="javascript:void(0)">删除</a></td> | 135 | + <td width="70"><?php if('dashboard/index' != $action) {?><a class="delRouterBtn" data-id="<?=$action?>" href="javascript:void(0)">删除</a><?php } else {?>无 <?php }?></td> |
136 | </tr> | 136 | </tr> |
137 | <?php endforeach; ?> | 137 | <?php endforeach; ?> |
138 | <?php else : ?> | 138 | <?php else : ?> |
app-ht/views/site/error/400.php
@@ -19,7 +19,7 @@ use yii\helpers\Url; | @@ -19,7 +19,7 @@ use yii\helpers\Url; | ||
19 | 19 | ||
20 | <p style="margin-bottom:60px">请一定告诉我们,我们深宅多年练就的功力,就是为了化问题为神奇。</p> | 20 | <p style="margin-bottom:60px">请一定告诉我们,我们深宅多年练就的功力,就是为了化问题为神奇。</p> |
21 | 21 | ||
22 | - <p style="margin-bottom: 30px"> 邮箱:tech@szboardtek.com</p> | 22 | + <p style="margin-bottom: 30px"> 邮箱:tech@hiboard.com</p> |
23 | 23 | ||
24 | ---- 400 OTA技术部(求约) | 24 | ---- 400 OTA技术部(求约) |
25 | </div> | 25 | </div> |
app-ht/views/site/error/403.php
@@ -8,7 +8,7 @@ use yii\helpers\Url; | @@ -8,7 +8,7 @@ use yii\helpers\Url; | ||
8 | 8 | ||
9 | <div class="error-wrap"> | 9 | <div class="error-wrap"> |
10 | <div style="width: 650px;float: left"> | 10 | <div style="width: 650px;float: left"> |
11 | - <h1 style="margin-top: 0">您没有权限访问该页面</h1> | 11 | + <h1 style="margin-top: 0">您没有权限访问该页面,请联系管理员开通</h1> |
12 | <div style="font-size: 20pt">我们将在<span id="num" class="text-danger">10</span>秒后为您跳转回登陆页面</div> | 12 | <div style="font-size: 20pt">我们将在<span id="num" class="text-danger">10</span>秒后为您跳转回登陆页面</div> |
13 | <div style="line-height: 28px;margin-top: 70px;font-size: 18px"> | 13 | <div style="line-height: 28px;margin-top: 70px;font-size: 18px"> |
14 | <p>在使用系统的过程中:</p> | 14 | <p>在使用系统的过程中:</p> |
@@ -17,11 +17,11 @@ use yii\helpers\Url; | @@ -17,11 +17,11 @@ use yii\helpers\Url; | ||
17 | 17 | ||
18 | <p>2.有好的建议</p> | 18 | <p>2.有好的建议</p> |
19 | 19 | ||
20 | - <p style="margin-bottom:60px">请一定告诉我们,我们深宅多年练就的功力,就是为了化问题为神奇。</p> | 20 | + <p style="margin-bottom:60px">请联系管理员。</p> |
21 | 21 | ||
22 | - <p style="margin-bottom: 30px"> 邮箱:tech@szboardtek.com</p> | 22 | + <p style="margin-bottom: 30px"> 邮箱:tech@hiboard.com</p> |
23 | 23 | ||
24 | - ----OTA技术部(求约) | 24 | + ---- OTA技术部(求约) |
25 | </div> | 25 | </div> |
26 | </div> | 26 | </div> |
27 | <div style="width: 450px;float: left;"> | 27 | <div style="width: 450px;float: left;"> |
app-ht/views/site/error/404.php
@@ -19,7 +19,7 @@ use yii\helpers\Url; | @@ -19,7 +19,7 @@ use yii\helpers\Url; | ||
19 | 19 | ||
20 | <p style="margin-bottom:60px">请一定告诉我们,我们深宅多年练就的功力,就是为了化问题为神奇。</p> | 20 | <p style="margin-bottom:60px">请一定告诉我们,我们深宅多年练就的功力,就是为了化问题为神奇。</p> |
21 | 21 | ||
22 | - <p style="margin-bottom: 30px"> 邮箱:tech@szboardtek.com</p> | 22 | + <p style="margin-bottom: 30px"> 邮箱:tech@hiboard.com</p> |
23 | 23 | ||
24 | ---- 404(求约) | 24 | ---- 404(求约) |
25 | </div> | 25 | </div> |