diff --git a/src/views/modules/appManage/course-add-or-update.vue b/src/views/modules/appManage/course-add-or-update.vue new file mode 100644 index 0000000..2bd42fa --- /dev/null +++ b/src/views/modules/appManage/course-add-or-update.vue @@ -0,0 +1,361 @@ + + + + + + {{ dataForm.title }} + + + + + + + + + + 取消 + 确定 + + + + + + + diff --git a/src/views/modules/appManage/urlList.vue b/src/views/modules/appManage/urlList.vue new file mode 100644 index 0000000..001c913 --- /dev/null +++ b/src/views/modules/appManage/urlList.vue @@ -0,0 +1,304 @@ + + + + + + + + {{ scope.row.title }} + + + + + + + + {{ scope.row.url }} + + + + + + + + + + + 修改 + + + + + + + + + + + + + +