From 460b145ceadeb7284999f8b2dfc380f228d443df Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 07 八月 2024 17:47:47 +0800
Subject: [PATCH] feat:login 一键登录报错

---
 main.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/main.js b/main.js
index 6fff654..e41f9aa 100644
--- a/main.js
+++ b/main.js
@@ -26,6 +26,7 @@
 	reqGet2,
 	reqGetId,
 	reqPost,
+	reqPut,
 	reqAllJson,
 	reqDelete
 } from '@/api/index.js'
@@ -35,6 +36,7 @@
 Vue.prototype.$reqGet2 = reqGet2
 Vue.prototype.$reqGetId = reqGetId
 Vue.prototype.$reqPost = reqPost
+Vue.prototype.$reqPut = reqPut
 Vue.prototype.$reqDelete = reqDelete
 Vue.prototype.$store = store
 // 鐢变簬寰俊灏忕▼搴忕殑杩愯鏈哄埗闂锛岄渶澹版槑濡備笅涓�琛岋紝H5鍜孉PP闈炲繀濉�

--
Gitblit v1.9.1