@@ -98,15 +98,25 @@
+
\ No newline at end of file
+ .el-footer {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ color: #ccccd6;
+ }
+}
+
diff --git a/frontend/src/View/Login.vue b/frontend/src/View/Login.vue
index 90a53f8..eb21b9f 100644
--- a/frontend/src/View/Login.vue
+++ b/frontend/src/View/Login.vue
@@ -125,7 +125,7 @@ const login = async () => {
ElMessage.success(result.message ? result.message : '登录成功')
tokenStore.setToken(result.data)
- router.push('index')
+ router.push('Layout')
}
}
@@ -136,21 +136,16 @@ const clearRegisterData = () => {
rePassword: ''
}
}
-
-
-
-
diff --git a/frontend/src/View/user/ExpressList.vue b/frontend/src/View/user/ExpressList.vue
deleted file mode 100644
index dcf612f..0000000
--- a/frontend/src/View/user/ExpressList.vue
+++ /dev/null
@@ -1,153 +0,0 @@
-
-
-
-
- 运单号: {{item.express_no}}
- 签收时间: {{item.s_datetime}}
-
-
-
-
- {{item.senderCity}}
-
-
- {{item.senderName}}
-
-
-
-
-
- 已签收
-
-
-
-
- {{item.receiverCity}}
-
-
- {{item.receiverName}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/frontend/src/View/user/MyInfo.vue b/frontend/src/View/user/MyInfo.vue
index b6ad80a..424506e 100644
--- a/frontend/src/View/user/MyInfo.vue
+++ b/frontend/src/View/user/MyInfo.vue
@@ -1,4 +1,3 @@
-
@@ -8,30 +7,38 @@
13456789000
+
-
-
-
- 男
- 女
-
-
-
+
+ 男
+ 女
+
-
+
-
+
+
+
+
+
+
+
+
+
+ 提交修改
+
+
@@ -39,9 +46,40 @@