count is {{ count }}
@@ -25,19 +25,24 @@ const count = ref(0)
Check out
- create-vue, the official Vue + Vite starter
+ create-vue, the official Vue + Vite starter
Learn more about IDE Support for Vue in the
- Vue Docs Scaling up Guide.
+ Vue Docs Scaling up Guide.
Click on the Vite and Vue logos to learn more
+
+
+
+ - Login
+ - Register
+ - Courses
+ - Meetings
+ - News
+ - Organizations
+ - Users
+
+
\ No newline at end of file
diff --git a/src/router/courseManagement.js b/src/router/courseManagement.js
index 6ac476e..b2d7c1b 100644
--- a/src/router/courseManagement.js
+++ b/src/router/courseManagement.js
@@ -1,9 +1,23 @@
-// import CourseList from '../views/course-management/CourseList.vue'
-// import CourseDetail from '../views/course-management/CourseDetail.vue'
-// import CourseEdit from '../views/course-management/CourseEdit.vue'
+import Course from '../views/course-management/Course.vue';
+import CourseList from '../views/course-management/CourseList.vue';
+import BackgroundWrapper from "@views/course-management/BackgroundWrapper.vue";
export default [
- // { path: '/courses', component: CourseList },
- // { path: '/courses/:id', component: CourseDetail },
- // { path: '/courses/:id/edit', component: CourseEdit }
-]
+ {
+ path: '/course',
+ name: 'Course',
+ component: Course
+ },
+
+ {
+ path: '/courseList',
+ name: 'CourseList',
+ component: CourseList
+ },
+
+ {
+ path: '/backgroundWrapper',
+ name: 'BackgroundWrapper',
+ component: BackgroundWrapper
+ }
+];
\ No newline at end of file
diff --git a/src/views/course-management/BackgroundWrapper.vue b/src/views/course-management/BackgroundWrapper.vue
new file mode 100644
index 0000000..969eac9
--- /dev/null
+++ b/src/views/course-management/BackgroundWrapper.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/course-management/Course.vue b/src/views/course-management/Course.vue
new file mode 100644
index 0000000..40a1a78
--- /dev/null
+++ b/src/views/course-management/Course.vue
@@ -0,0 +1,425 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/course-management/CourseList.vue b/src/views/course-management/CourseList.vue
new file mode 100644
index 0000000..2192873
--- /dev/null
+++ b/src/views/course-management/CourseList.vue
@@ -0,0 +1,333 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+ 新增
+ 修改
+ 删除
+ 排序
+ 导出
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/user-management/Profile.vue b/src/views/user-management/Profile.vue
new file mode 100644
index 0000000..2fb1d7b
--- /dev/null
+++ b/src/views/user-management/Profile.vue
@@ -0,0 +1,56 @@
+
+
+
+
+
\ No newline at end of file