Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
Commits
325f0f97
Commit
325f0f97
authored
Jan 24, 2022
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页轮播接口详情更改
parent
1aacf4b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
home.js
src/axios/module/home.js
+1
-1
No files found.
src/axios/module/home.js
View file @
325f0f97
...
...
@@ -7,7 +7,7 @@ const Prefix = process.env.NODE_ENV === 'development' ? '/gs1' : '';
// 后台轮播图预览
const
indexCarouselManage
=
(
params
=
{})
=>
{
return
GET
(
`
${
Prefix
}
/office/
api/indexCarouselManage
/info/
${
params
.
id
}
`
,
{})
return
GET
(
`
${
Prefix
}
/office/
indexCarouselManage/api
/info/
${
params
.
id
}
`
,
{})
}
// 首页大轮播图
...
...
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