瀏覽代碼

公司设置看课小程序选择源修改

吴树波 3 天之前
父節點
當前提交
c48caff3ad
共有 2 個文件被更改,包括 410 次插入373 次删除
  1. 7 0
      src/api/course/coursePlaySourceConfig.js
  2. 403 373
      src/views/his/company/index.vue

+ 7 - 0
src/api/course/coursePlaySourceConfig.js

@@ -37,3 +37,10 @@ export function del(id) {
     method: 'delete'
   })
 }
+
+export function listAll() {
+  return request({
+    url: '/course/playSourceConfig/listAll',
+    method: 'get'
+  })
+}

文件差異過大導致無法顯示
+ 403 - 373
src/views/his/company/index.vue


部分文件因文件數量過多而無法顯示