Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_manage
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
张伯涛
intel_promotion_manage
Commits
074e70a9
Commit
074e70a9
authored
Jun 07, 2024
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文章管理暂存-10
parent
3e6bd888
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
83 additions
and
110 deletions
+83
-110
sysContentVideoInformation.js
src/api/contentManagement/sysContentVideoInformation.js
+17
-0
index.vue
src/views/contentManagement/clickManagement/index.vue
+65
-109
vue.config.js
vue.config.js
+1
-1
No files found.
src/api/contentManagement/sysContentVideoInformation.js
View file @
074e70a9
...
@@ -76,6 +76,14 @@ export function updateStatus(data) {
...
@@ -76,6 +76,14 @@ export function updateStatus(data) {
data
:
data
data
:
data
})
})
}
}
export
function
cmspriceclickUpdate
(
data
)
{
data
=
Qs
.
stringify
(
data
)
return
request
({
url
:
'/cmspriceclick/update'
,
method
:
'put'
,
data
:
data
})
}
// 7. 修改新闻资讯状态
// 7. 修改新闻资讯状态
export
function
shareShop
(
data
)
{
export
function
shareShop
(
data
)
{
data
=
Qs
.
stringify
(
data
)
data
=
Qs
.
stringify
(
data
)
...
@@ -94,3 +102,12 @@ export function getVideoUrl(params) {
...
@@ -94,3 +102,12 @@ export function getVideoUrl(params) {
headers
:
{}
headers
:
{}
})
})
}
}
// 课程管理-章节查询视频
export
function
cmspriceclickList
(
params
)
{
return
request
({
url
:
'/cmspriceclick/list'
,
method
:
'get'
,
params
,
headers
:
{}
})
}
src/views/contentManagement/clickManagement/index.vue
View file @
074e70a9
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
074e70a9
...
@@ -61,7 +61,7 @@ module.exports = {
...
@@ -61,7 +61,7 @@ module.exports = {
[
process
.
env
.
VUE_APP_BASE_API
]:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: `http://106.3.99.36:20081/`,
// target: `http://106.3.99.36:20081/`,
// target: `http://192.168.1.23:8090/`, // 飞龙后端
// target: `http://192.168.1.23:8090/`, // 飞龙后端
target
:
`http://192.168.10.1
81
:8099/`
,
// 奕霖后端
target
:
`http://192.168.10.1
0
:8099/`
,
// 奕霖后端
pathRewrite
:
{
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
}
}
...
...
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