From a9bba690fdead98f549d000ec29aa0cd6887cd22 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 28 四月 2026 14:25:38 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/KuKa/BeiJingBeiQiAGV
---
项目代码/PDA/pages/login/login.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/login/login.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/login/login.vue"
index 4320b90..edd6cbe 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/login/login.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/login/login.vue"
@@ -156,7 +156,7 @@
methods: {
///鑾峰彇楠岃瘉鐮�
getVierificationCode() {
- this.$u.get('/api/Sys_User/getVierificationCode', {}).then(res => {
+ this.$u.get('/api/User/getVierificationCode', {}).then(res => {
if (res.img != null) {
this.codeImgSrc = "data:image/png;base64," + res.img;
this.email = res.uuid;
@@ -219,7 +219,7 @@
userName: this.user,
verificationCode: this.code
}
- this.$u.post('/api/Sys_User/login', {
+ this.$u.post('/api/User/login', {
UUID: this.email,
passWord: this.pass,
userName: this.user,
--
Gitblit v1.9.3