+
@@ -89,6 +91,21 @@ export default {
height: 800px;
/* background-color: red; */
}
+.dian-icon {
+ position: absolute;
+ width: 690px;
+ /* top: 35%; */
+ left: 6%;
+ bottom: 5%;
+}
+.text-style {
+ position: absolute;
+ top: 4%;
+ left: 5%;
+ font-size: 73px;
+ font-weight: bold;
+ color: #8755F2;
+}
.selectItem {
padding: 25px 130px;
border-radius: 50px;
diff --git a/FRONT_ATTENDANCE/src/views/importFile.vue b/FRONT_ATTENDANCE/src/views/importFile.vue
index 0806b38..3d573fc 100644
--- a/FRONT_ATTENDANCE/src/views/importFile.vue
+++ b/FRONT_ATTENDANCE/src/views/importFile.vue
@@ -87,7 +87,7 @@ const customUpload = (options) => {
formData.append('file', file);
console.log('formData是:' + formData)
- axios.post('http://p4ue3i.natappfree.cc/api/students/import', formData, {
+ axios.post('/students/import', formData, {
headers: {
'Content-Type': 'multipart/form-data'
}
diff --git a/FRONT_ATTENDANCE/src/views/login2.vue b/FRONT_ATTENDANCE/src/views/login2.vue
index ad4f844..a4c12bd 100644
--- a/FRONT_ATTENDANCE/src/views/login2.vue
+++ b/FRONT_ATTENDANCE/src/views/login2.vue
@@ -91,7 +91,7 @@
点点小助手
+