From bc14d17385fdf825b0ef4a7b4fa8fadee8e57287 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 28 二月 2025 10:03:21 +0800
Subject: [PATCH] feat:代码遗漏提交

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

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

--
Gitblit v1.9.1