Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李洋
/
消息系统
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c1e41f57
authored
Nov 09, 2018
by
李洋
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
ueditor 上传图片
parent
d7541ab8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
config/msgconfig.php
resources/views/common.blade.php
resources/views/index.blade.php
resources/views/message.blade.php
config/msgconfig.php
View file @
c1e41f57
...
...
@@ -39,6 +39,7 @@ return [
-
2
=>
'待发送'
,
-
1
=>
'发送失败'
,
1
=>
'发送成功'
,
2
=>
'已读'
],
//消息渠道
...
...
resources/views/common.blade.php
View file @
c1e41f57
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
资料管理后台 | {{ $title }}
</title>
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
{{--
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
--}}
@include('table.css')
<link
href=
"/js/Message/layui/css/layui.css"
rel=
"stylesheet"
>
<style>
...
...
resources/views/index.blade.php
View file @
c1e41f57
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
资料管理后台 | 首页
</title>
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
{{--
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
--}}
@include('table.css')
</head>
...
...
resources/views/message.blade.php
View file @
c1e41f57
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
资料管理后台 | {{$title}}
</title>
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
{{--
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
--}}
@include('table.css')
</head>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment