Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1-admin
Commits
9aca38b8
Commit
9aca38b8
authored
Dec 05, 2021
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台页面修改
parent
5eb1a9c0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
25 deletions
+25
-25
indexcarouselmanage.vue
src/views/modules/info/indexcarouselmanage.vue
+2
-2
news-add-or-update.vue
src/views/modules/info/news-add-or-update.vue
+1
-1
news.vue
src/views/modules/info/news.vue
+4
-4
newsmovie.vue
src/views/modules/info/newsmovie.vue
+4
-4
newtopic.vue
src/views/modules/info/newtopic.vue
+2
-2
picture.vue
src/views/modules/info/picture.vue
+2
-2
ueditor.config.js
static/plugins/ueditor-1.4.3.3/ueditor.config.js
+10
-10
No files found.
src/views/modules/info/indexcarouselmanage.vue
View file @
9aca38b8
...
@@ -215,8 +215,8 @@
...
@@ -215,8 +215,8 @@
'status'
:
this
.
dataForm
.
status
,
'status'
:
this
.
dataForm
.
status
,
'levels'
:
this
.
dataForm
.
levels
,
'levels'
:
this
.
dataForm
.
levels
,
'classnum'
:
this
.
dataForm
.
classnum
,
'classnum'
:
this
.
dataForm
.
classnum
,
'inputDataStart'
:
this
.
releaseDate
[
0
]
===
undefined
?
''
:
this
.
releaseDate
[
0
],
'inputDataStart'
:
this
.
releaseDate
===
null
?
''
:
this
.
releaseDate
[
0
],
'inputDataEnd'
:
this
.
releaseDate
[
1
]
===
undefined
?
''
:
this
.
releaseDate
[
1
]
'inputDataEnd'
:
this
.
releaseDate
===
null
?
''
:
this
.
releaseDate
[
1
]
})
})
}).
then
(({
data
})
=>
{
}).
then
(({
data
})
=>
{
...
...
src/views/modules/info/news-add-or-update.vue
View file @
9aca38b8
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
data
()
{
data
()
{
return
{
return
{
loading
:
false
,
loading
:
false
,
showInfo
:
this
.
$route
.
query
.
showInfo
||
true
,
showInfo
:
this
.
$route
.
query
.
showInfo
,
defaultProps
:
{
defaultProps
:
{
children
:
'children'
,
children
:
'children'
,
label
:
'label'
label
:
'label'
...
...
src/views/modules/info/news.vue
View file @
9aca38b8
...
@@ -225,10 +225,10 @@
...
@@ -225,10 +225,10 @@
'editor'
:
this
.
dataForm
.
editor
,
'editor'
:
this
.
dataForm
.
editor
,
'keyword'
:
this
.
dataForm
.
keyword
,
'keyword'
:
this
.
dataForm
.
keyword
,
'status'
:
this
.
dataForm
.
status
,
'status'
:
this
.
dataForm
.
status
,
'releaseTimeStart'
:
this
.
releaseDate
[
0
]
===
undefined
?
''
:
this
.
releaseDate
[
0
],
'releaseTimeStart'
:
this
.
releaseDate
===
null
?
''
:
this
.
releaseDate
[
0
],
'releaseTimeEnd'
:
this
.
releaseDate
[
1
]
===
undefined
?
''
:
this
.
releaseDate
[
1
],
'releaseTimeEnd'
:
this
.
releaseDate
===
null
?
''
:
this
.
releaseDate
[
1
],
'updateTimeStart'
:
this
.
updateDate
[
0
]
===
undefined
?
''
:
this
.
updateDate
[
0
],
'updateTimeStart'
:
this
.
updateDate
===
null
?
''
:
this
.
updateDate
[
0
],
'updateTimeEnd'
:
this
.
updateDate
[
1
]
===
undefined
?
''
:
this
.
updateDate
[
1
],
'updateTimeEnd'
:
this
.
updateDate
===
null
?
''
:
this
.
updateDate
[
1
],
'auditor'
:
this
.
dataForm
.
auditor
'auditor'
:
this
.
dataForm
.
auditor
})
})
}).
then
(({
data
})
=>
{
}).
then
(({
data
})
=>
{
...
...
src/views/modules/info/newsmovie.vue
View file @
9aca38b8
...
@@ -263,10 +263,10 @@
...
@@ -263,10 +263,10 @@
'keyword'
:
this
.
dataForm
.
keyword
,
'keyword'
:
this
.
dataForm
.
keyword
,
'status'
:
this
.
dataForm
.
status
,
'status'
:
this
.
dataForm
.
status
,
'clanguage'
:
this
.
dataForm
.
clanguage
,
'clanguage'
:
this
.
dataForm
.
clanguage
,
'releaseTimeStart'
:
this
.
releaseDate
[
0
]
===
undefined
?
''
:
this
.
releaseDate
[
0
],
'releaseTimeStart'
:
this
.
releaseDate
===
null
?
''
:
this
.
releaseDate
[
0
],
'releaseTimeEnd'
:
this
.
releaseDate
[
1
]
===
undefined
?
''
:
this
.
releaseDate
[
1
],
'releaseTimeEnd'
:
this
.
releaseDate
===
null
?
''
:
this
.
releaseDate
[
1
],
'updateTimeStart'
:
this
.
updateDate
[
0
]
===
undefined
?
''
:
this
.
updateDate
[
0
],
'updateTimeStart'
:
this
.
updateDate
===
null
?
''
:
this
.
updateDate
[
0
],
'updateTimeEnd'
:
this
.
updateDate
[
1
]
===
undefined
?
''
:
this
.
updateDate
[
1
],
'updateTimeEnd'
:
this
.
updateDate
===
null
?
''
:
this
.
updateDate
[
1
],
'auditor'
:
this
.
dataForm
.
auditor
'auditor'
:
this
.
dataForm
.
auditor
})
})
}).
then
(({
data
})
=>
{
}).
then
(({
data
})
=>
{
...
...
src/views/modules/info/newtopic.vue
View file @
9aca38b8
...
@@ -191,8 +191,8 @@
...
@@ -191,8 +191,8 @@
'title'
:
this
.
dataForm
.
title
,
'title'
:
this
.
dataForm
.
title
,
'status'
:
this
.
dataForm
.
status
,
'status'
:
this
.
dataForm
.
status
,
'levels'
:
this
.
dataForm
.
levels
,
'levels'
:
this
.
dataForm
.
levels
,
'inputDataStart'
:
this
.
releaseDate
[
0
]
===
undefined
?
''
:
this
.
releaseDate
[
0
],
'inputDataStart'
:
this
.
releaseDate
===
null
?
''
:
this
.
releaseDate
[
0
],
'inputDataEnd'
:
this
.
releaseDate
[
1
]
===
undefined
?
''
:
this
.
releaseDate
[
1
]
'inputDataEnd'
:
this
.
releaseDate
===
null
?
''
:
this
.
releaseDate
[
1
]
})
})
}).
then
(({
data
})
=>
{
}).
then
(({
data
})
=>
{
if
(
data
&&
data
.
code
===
0
)
{
if
(
data
&&
data
.
code
===
0
)
{
...
...
src/views/modules/info/picture.vue
View file @
9aca38b8
...
@@ -178,8 +178,8 @@
...
@@ -178,8 +178,8 @@
'keyword'
:
this
.
dataForm
.
keyword
,
'keyword'
:
this
.
dataForm
.
keyword
,
'status'
:
this
.
dataForm
.
status
,
'status'
:
this
.
dataForm
.
status
,
'pictureType'
:
this
.
dataForm
.
pictureType
,
'pictureType'
:
this
.
dataForm
.
pictureType
,
'inputDataStart'
:
this
.
releaseDate
[
0
]
===
undefined
?
''
:
this
.
releaseDate
[
0
],
'inputDataStart'
:
this
.
releaseDate
===
null
?
''
:
this
.
releaseDate
[
0
],
'inputDataEnd'
:
this
.
releaseDate
[
1
]
===
undefined
?
''
:
this
.
releaseDate
[
1
]
'inputDataEnd'
:
this
.
releaseDate
===
null
?
''
:
this
.
releaseDate
[
1
]
})
})
}).
then
(({
data
})
=>
{
}).
then
(({
data
})
=>
{
if
(
data
&&
data
.
code
===
0
)
{
if
(
data
&&
data
.
code
===
0
)
{
...
...
static/plugins/ueditor-1.4.3.3/ueditor.config.js
View file @
9aca38b8
...
@@ -35,16 +35,16 @@
...
@@ -35,16 +35,16 @@
// 工具栏上的所有的功能按钮和下拉框,可以在new编辑器的实例时选择自己需要的重新定义
// 工具栏上的所有的功能按钮和下拉框,可以在new编辑器的实例时选择自己需要的重新定义
toolbars
:
[[
toolbars
:
[[
'fullscreen'
,
'source'
,
'|'
,
'undo'
,
'redo'
,
'|'
,
'fullscreen'
,
'source'
,
'|'
,
'undo'
,
'redo'
,
'|'
,
'bold'
,
'italic'
,
'underline'
,
'fontborder'
,
'strikethrough'
,
'superscript'
,
'subscript'
,
'removeformat'
,
'formatmatch'
,
'autotypeset'
,
'blockquote'
,
'pasteplain'
,
'|'
,
'forecolor'
,
'backcolor'
,
'insertorderedlist'
,
'insertunorderedlist'
,
'selectall'
,
'cleardoc'
,
'|'
'bold'
,
'italic'
,
'underline'
,
'fontborder'
,
'strikethrough'
,
'superscript'
,
'subscript'
,
'removeformat'
,
'formatmatch'
,
'autotypeset'
,
'blockquote'
,
'pasteplain'
,
'|'
,
'forecolor'
,
'backcolor'
,
'insertorderedlist'
,
'insertunorderedlist'
,
'selectall'
,
'cleardoc'
,
'|'
,
//
'rowspacingtop', 'rowspacingbottom', 'lineheight', '|',
'rowspacingtop'
,
'rowspacingbottom'
,
'lineheight'
,
'|'
,
//
'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|',
'customstyle'
,
'paragraph'
,
'fontfamily'
,
'fontsize'
,
'|'
,
//
'directionalityltr', 'directionalityrtl', 'indent', '|',
'directionalityltr'
,
'directionalityrtl'
,
'indent'
,
'|'
,
//
'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|',
'justifyleft'
,
'justifycenter'
,
'justifyright'
,
'justifyjustify'
,
'|'
,
'touppercase'
,
'tolowercase'
,
'|'
,
//
'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
'link'
,
'unlink'
,
'anchor'
,
'|'
,
'imagenone'
,
'imageleft'
,
'imageright'
,
'imagecenter'
,
'|'
,
//
'simpleupload', 'insertimage', 'emotion', 'scrawl', 'insertvideo', 'music', 'attachment', 'map', 'gmap', 'insertframe', 'insertcode', 'webapp', 'pagebreak', 'template', 'background', '|',
'simpleupload'
,
'insertimage'
,
'emotion'
,
'scrawl'
,
'insertvideo'
,
'music'
,
'attachment'
,
'map'
,
'gmap'
,
'insertframe'
,
'insertcode'
,
'webapp'
,
'pagebreak'
,
'template'
,
'background'
,
'|'
,
//
'horizontal', 'date', 'time', 'spechars', 'snapscreen', 'wordimage', '|',
'horizontal'
,
'date'
,
'time'
,
'spechars'
,
'snapscreen'
,
'wordimage'
,
'|'
,
//
'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', 'charts', '|',
'inserttable'
,
'deletetable'
,
'insertparagraphbeforetable'
,
'insertrow'
,
'deleterow'
,
'insertcol'
,
'deletecol'
,
'mergecells'
,
'mergeright'
,
'mergedown'
,
'splittocells'
,
'splittorows'
,
'splittocols'
,
'charts'
,
'|'
,
//
'print', 'preview', 'searchreplace', 'drafts', 'help'
'print'
,
'preview'
,
'searchreplace'
,
'drafts'
,
'help'
]],
]],
// 当鼠标放在工具栏上时显示的tooltip提示,留空支持自动多语言配置,否则以配置值为准
// 当鼠标放在工具栏上时显示的tooltip提示,留空支持自动多语言配置,否则以配置值为准
//, labelMap:{
//, labelMap:{
...
...
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