From e3406029e8f6bc39163a12ff0b12c32413140886 Mon Sep 17 00:00:00 2001 From: wk Date: 星期三, 29 五月 2024 17:25:31 +0800 Subject: [PATCH] feta:购买证保安 --- main.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/main.js b/main.js index 2c44c1d..6fff654 100644 --- a/main.js +++ b/main.js @@ -24,6 +24,7 @@ reqAll, reqGet, reqGet2, + reqGetId, reqPost, reqAllJson, reqDelete @@ -32,6 +33,7 @@ Vue.prototype.$reqAllJson = reqAllJson Vue.prototype.$reqGet = reqGet Vue.prototype.$reqGet2 = reqGet2 +Vue.prototype.$reqGetId = reqGetId Vue.prototype.$reqPost = reqPost Vue.prototype.$reqDelete = reqDelete Vue.prototype.$store = store -- Gitblit v1.9.1