diff --git a/package.json b/package.json index f0dab38..63af35d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-admin", "private": true, - "version": "1.3.23", + "version": "1.3.25", "type": "module", "scripts": { "dev": "vite", diff --git a/src/views/login/login.vue b/src/views/login/login.vue index 47c735f..cfe8a27 100644 --- a/src/views/login/login.vue +++ b/src/views/login/login.vue @@ -68,8 +68,8 @@ function getCode(code) { } const form = reactive({ - loginName: "15619297569", - password: "123456", + loginName: "", + password: "", userType: 'MG', code: "", }); diff --git a/src/views/total_earnings/total_earnings_list.vue b/src/views/total_earnings/total_earnings_list.vue index 29e16f1..91ea61d 100644 --- a/src/views/total_earnings/total_earnings_list.vue +++ b/src/views/total_earnings/total_earnings_list.vue @@ -8,7 +8,8 @@