diff --git a/backend/src/components/tips.vue b/backend/src/components/tips.vue
new file mode 100644
index 0000000..e248cbb
--- /dev/null
+++ b/backend/src/components/tips.vue
@@ -0,0 +1,63 @@
+
+
+ {{short}}
+
{{whole}}
+
+
+
+
\ No newline at end of file
diff --git a/front/src/api/grade.js b/front/src/api/grade.js
new file mode 100644
index 0000000..7c66bb3
--- /dev/null
+++ b/front/src/api/grade.js
@@ -0,0 +1,8 @@
+import request from '@/utils/request'
+let baseUrl = '/api/system/'
+export function list(schoolId) {
+ return request({
+ url: baseUrl+'grade?schoolId='+schoolId,
+ method: 'get'
+ })
+ }
\ No newline at end of file