From 89761212ad3ac02b68276d82c26ab6cd767ea216 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu <819527061@qq.com>
Date: 星期二, 06 一月 2026 14:56:29 +0800
Subject: [PATCH] 新政修改密码功能
---
main.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.js b/main.js
index 06880df..bf891bc 100644
--- a/main.js
+++ b/main.js
@@ -9,13 +9,13 @@
// 璇锋眰鐩稿叧
-import { reqAll, reqGet, reqPost } from './utils/index.js';
+import { reqAll, reqGet, reqPost, reqPut } from './utils/index.js';
Vue.prototype.$reqAll = reqAll;
Vue.prototype.$reqGet = reqGet;
Vue.prototype.$reqPost = reqPost;
+Vue.prototype.$reqPut = reqPut;
Vue.prototype.$store = store
-
Vue.config.productionTip = false
--
Gitblit v1.9.1