Commit 0f10dbd4 authored by zhengke's avatar zhengke

增加

parent 6ccfd014
import request from '../../utils/request'
/**
* 获取教务奖励列表
* @param {JSON参数} data
*/
export function GetTeachingRewardsList(data) {
return request({
url: '/TeachingRewards/GetTeachingRewardsList',
method: 'post',
data
})
}
/**
* 保存教务奖励列表
* @param {JSON参数} data
*/
export function SetTeachingRewardsInfo(data) {
return request({
url: '/TeachingRewards/SetTeachingRewardsInfo',
method: 'post',
data
})
}
\ No newline at end of file
This diff is collapsed.
...@@ -122,6 +122,11 @@ const routes = [{ ...@@ -122,6 +122,11 @@ const routes = [{
component: () => component: () =>
import("pages/course/chapter.vue") import("pages/course/chapter.vue")
}, },
{
path: "/course/socialclass", //教学奖励-社会班设置
component: () =>
import("pages/course/socialclass.vue")
},
{ {
path: "/financial/PlatformAccount", //平台账户 path: "/financial/PlatformAccount", //平台账户
component: () => component: () =>
......
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