Commit 074e70a9 authored by 刘怀志's avatar 刘怀志

文章管理暂存-10

parent 3e6bd888
...@@ -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: {}
})
}
...@@ -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.181:8099/`, // 奕霖后端 target: `http://192.168.10.10:8099/`, // 奕霖后端
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment