From cadc91d2da0846f358674bd1443d1aa4a64e8ca8 Mon Sep 17 00:00:00 2001 From: pushuo Date: Mon, 12 Dec 2022 09:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=90=8E=E5=8F=B0=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E5=88=97=E8=A1=A8=E4=B8=8A=E4=BC=A0=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/views/pages/plugins/index.blade.php | 27 +++---------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/resources/beike/admin/views/pages/plugins/index.blade.php b/resources/beike/admin/views/pages/plugins/index.blade.php index 86a9804b..41e27357 100644 --- a/resources/beike/admin/views/pages/plugins/index.blade.php +++ b/resources/beike/admin/views/pages/plugins/index.blade.php @@ -2,23 +2,14 @@ @section('title', __('admin/plugin.plugin_list')) +@section('page-title-right') + {{ __('admin/marketing.marketing_list') }} +@endsection + @section('content')
-
- - {{ __('admin/plugin.plugin_upload') }} - - {{ __('admin/marketing.marketing_list') }} -
@@ -87,16 +78,6 @@ }); }, - uploadFile(file) { - let formData = new FormData(); - formData.append("file", file.file, file.file.name); - - $http.post('plugins/import', formData).then((res) => { - layer.msg(res.message) - location.reload(); - }) - }, - installedPlugin(code, type, index) { const self = this;