From 3eaf9655d591907e14e0d0c3ee82cba06210ca97 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 12 十一月 2024 14:16:52 +0800
Subject: [PATCH] feat:scoket 地址修改

---
 main.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/main.js b/main.js
index 45985a1..e6ee9ed 100644
--- a/main.js
+++ b/main.js
@@ -26,13 +26,15 @@
 	reqGet,
 	reqPost,
 	reqAllJson,
-	reqDelete
+	reqDelete,
+	reqPut
 } from '@/api/index.js'
 Vue.prototype.$reqAll = reqAll
 Vue.prototype.$reqAllJson = reqAllJson
 Vue.prototype.$reqGet = reqGet
 Vue.prototype.$reqPost = reqPost
 Vue.prototype.$reqDelete = reqDelete
+Vue.prototype.$reqPut = reqPut
 Vue.prototype.$store = store
 // 鐢变簬寰俊灏忕▼搴忕殑杩愯鏈哄埗闂锛岄渶澹版槑濡備笅涓�琛岋紝H5鍜孉PP闈炲繀濉�
 const app = new Vue({

--
Gitblit v1.9.1