Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
8f36ea40
Commit
8f36ea40
authored
Sep 07, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改seo管理
parent
4ac94edd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
seoList.js
src/api/officialWebsite/seoList.js
+2
-2
newsList.vue
src/views/xxOfficialWebsite/newsList.vue
+0
-1
No files found.
src/api/officialWebsite/seoList.js
View file @
8f36ea40
...
@@ -6,7 +6,7 @@ import fetch from 'utils/fetch';
...
@@ -6,7 +6,7 @@ import fetch from 'utils/fetch';
*/
*/
export
function
list
(
query
)
{
export
function
list
(
query
)
{
return
fetch
({
return
fetch
({
url
:
'/api/uccn/seo/list'
,
url
:
'/api/uccn/seo
Background
/list'
,
method
:
'post'
,
method
:
'post'
,
data
:
query
data
:
query
});
});
...
@@ -15,7 +15,7 @@ export function list(query) {
...
@@ -15,7 +15,7 @@ export function list(query) {
export
function
save
(
obj
)
{
export
function
save
(
obj
)
{
return
fetch
({
return
fetch
({
url
:
'/api/uccn/seo/upd'
,
url
:
'/api/uccn/seo
Background
/upd'
,
method
:
'put'
,
method
:
'put'
,
data
:
obj
data
:
obj
});
});
...
...
src/views/xxOfficialWebsite/newsList.vue
View file @
8f36ea40
...
@@ -358,7 +358,6 @@
...
@@ -358,7 +358,6 @@
item
.
typeString
=
publishWebSite
[
item
.
type
]
;
item
.
typeString
=
publishWebSite
[
item
.
type
]
;
item
.
statusString
=
status
[
item
.
status
]
;
item
.
statusString
=
status
[
item
.
status
]
;
});
});
console
.
log
(
response
.
data
.
list
)
listRs
=
response
.
data
.
list
;
listRs
=
response
.
data
.
list
;
totalCountRs
=
response
.
data
.
total
;
totalCountRs
=
response
.
data
.
total
;
}
}
...
...
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