From eb91726eb1208f8ac20e9798777ba7aa922d63cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Cgrape=E2=80=9D?= <18746553572@163.com>
Date: Thu, 15 Sep 2022 14:54:45 +0800
Subject: [PATCH] 1
---
src/views/login/ForgetPassView.vue | 2 +-
src/views/main/Main.vue | 25 +++++++++++++++---
src/views/recognition/Intention.vue | 7 +++++
src/views/workbench/PersonLod.vue | 36 +++++++++++++-------------
src/views/workbench/modifyInfo.vue | 11 ++------
src/views/workbench/modifyPassword.vue | 13 ++++------
6 files changed, 54 insertions(+), 40 deletions(-)
diff --git a/src/views/login/ForgetPassView.vue b/src/views/login/ForgetPassView.vue
index e4bc178..900b984 100644
--- a/src/views/login/ForgetPassView.vue
+++ b/src/views/login/ForgetPassView.vue
@@ -116,7 +116,7 @@
登录确定
diff --git a/src/views/main/Main.vue b/src/views/main/Main.vue
index 03ebc61..dacc6d3 100644
--- a/src/views/main/Main.vue
+++ b/src/views/main/Main.vue
@@ -9,7 +9,10 @@
-
+
+
+
+
@@ -24,9 +27,17 @@
height: 34px;
margin: 2% auto;
border-radius: 10px;
- position: absolute;
- top: 21%;
+
+
+
left: 5%;
+ position: absolute;
+ top: 22vh;
+
+
+ display: flex;
+
+
"
>
-
{ event.preventDefault() }, { passive: false })
+ }
+
+
//测试
demo() {
this.$router.push({
diff --git a/src/views/recognition/Intention.vue b/src/views/recognition/Intention.vue
index 9d50d98..a7749bd 100644
--- a/src/views/recognition/Intention.vue
+++ b/src/views/recognition/Intention.vue
@@ -8,10 +8,15 @@
-->
+
+
+
+
+
diff --git a/src/views/workbench/PersonLod.vue b/src/views/workbench/PersonLod.vue
index 7045475..fecbf71 100644
--- a/src/views/workbench/PersonLod.vue
+++ b/src/views/workbench/PersonLod.vue
@@ -119,9 +119,9 @@ export default class PersonLod extends Vue {
},
})
}
- retyen(){
- this.$router.back();
- }
+ // retyen(){
+ // this.$router.back();
+ // }
modifyPassword(){
this.$router.push({
@@ -130,22 +130,22 @@ export default class PersonLod extends Vue {
})
}
- onClickReturn(){
- // console.log("1111")
- this.$router.push({
- name: `Mianview`,
- params: {
- indexed: "1"
- }
- })
- // debugger
- // this.$router.push({
- // name: "MainView",
- // params: {
- // indexed: "1"
+ // onClickReturn(){
+ // // console.log("1111")
+ // this.$router.push({
+ // name: `Mianview`,
+ // params: {
+ // indexed: "1"
// }
- // });
- }
+ // })
+ // // debugger
+ // // this.$router.push({
+ // // name: "MainView",
+ // // params: {
+ // // indexed: "1"
+ // // }
+ // // });
+ // }
}