diff --git a/app/Module/Base.php b/app/Module/Base.php index 8593a03b9..4a3e03ee0 100755 --- a/app/Module/Base.php +++ b/app/Module/Base.php @@ -2734,7 +2734,7 @@ class Base } $src = $createfun($src_img); - $dst = imagecreatetruecolor($width ? $width : $dst_w, $height ? $height : $dst_h); + $dst = imagecreatetruecolor($width ?: $dst_w, $height ?: $dst_h); try { $white = imagecolorallocate($dst, 255, 255, 255); imagefill($dst, 0, 0, $white); diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js index c09c85ea8..36848fb74 100644 --- a/resources/assets/js/app.js +++ b/resources/assets/js/app.js @@ -209,5 +209,4 @@ store.dispatch("init").then(_ => { $A.Message = app.$Message; $A.Notice = app.$Notice; $A.Modal = app.$Modal; - $A.Store = app.$store; }) diff --git a/resources/assets/js/pages/manage/components/DialogWrapper.vue b/resources/assets/js/pages/manage/components/DialogWrapper.vue index f68867753..a4a655354 100644 --- a/resources/assets/js/pages/manage/components/DialogWrapper.vue +++ b/resources/assets/js/pages/manage/components/DialogWrapper.vue @@ -196,7 +196,7 @@
@@ -890,6 +890,7 @@ export default { this.msgNew = 0 this.msgType = '' this.replyActiveId = 0 + this.searchShow = false // if (this.allMsgList.length > 0) { this.allMsgs = this.allMsgList diff --git a/resources/assets/js/pages/manage/setting/components/SystemAppPush.vue b/resources/assets/js/pages/manage/setting/components/SystemAppPush.vue index 17d1752f2..f94cb4297 100644 --- a/resources/assets/js/pages/manage/setting/components/SystemAppPush.vue +++ b/resources/assets/js/pages/manage/setting/components/SystemAppPush.vue @@ -3,28 +3,30 @@

{{ $L('友盟推送') }}

- - - {{ $L('开启') }} - {{ $L('关闭') }} - - - + +
diff --git a/resources/assets/js/pages/manage/setting/components/SystemEmailSetting.vue b/resources/assets/js/pages/manage/setting/components/SystemEmailSetting.vue index 5eb0cbac3..520046720 100644 --- a/resources/assets/js/pages/manage/setting/components/SystemEmailSetting.vue +++ b/resources/assets/js/pages/manage/setting/components/SystemEmailSetting.vue @@ -3,69 +3,75 @@

{{ $L('邮箱服务器设置') }}

- - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + +

{{ $L('邮件通知设置') }}

- - - {{ $L('开启') }} - {{ $L('关闭') }} - -
- {{$L('开启后:')}}
- ① {{$L('帐号需验证通过才可登录')}}
- ② {{$L('修改邮箱和删除帐号需要邮箱验证码')}} -
-
- - - {{ $L('开启') }} - {{ $L('关闭') }} - - - -
- - -
-
- -
- - -
-
-
{{$L('填写-1则不通知,误差±10分钟')}}
- -
+
+ + + {{ $L('开启') }} + {{ $L('关闭') }} + +
+ {{$L('开启后:')}}
+ ① {{$L('帐号需验证通过才可登录')}}
+ ② {{$L('修改邮箱和删除帐号需要邮箱验证码')}} +
+
+ + + {{ $L('开启') }} + {{ $L('关闭') }} + +
+ +
+ + +
+
+ +
+ + +
+
+
{{$L('填写-1则不通知,误差±10分钟')}}
+
+
+

{{ $L('忽略邮箱地址') }}

- - -
{{$L('不会向忽略的邮箱地址发送邮件,可使用换行分割多个地址。')}}
-
+
+ + +
{{$L('不会向忽略的邮箱地址发送邮件,可使用换行分割多个地址。')}}
+
+