From 6e873adc94aaeb4f918cf4fd45f7bdf936f45db4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 05 十二月 2023 08:58:19 +0800
Subject: [PATCH] 羚羊数据导入

---
 minipro_standard/store/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/minipro_standard/store/index.js b/minipro_standard/store/index.js
index 2d5b182..897b26f 100644
--- a/minipro_standard/store/index.js
+++ b/minipro_standard/store/index.js
@@ -77,7 +77,7 @@
 	},
 	actions: {
 		// 鍚戝悗绔幏鍙栬彍鍗曟爮鏉冮檺
-		async getMenuList(content, type) {
+		async getMenuList(content, type) {
 			let res = await getTreeList({
 				type: type
 			})
@@ -100,10 +100,10 @@
 				menuButtonWidth
 			})
 		},
-		async getUpcomingNum() {
+		async getUpcomingNum(context) {
 			let res = await pageCount({})
 			if (res.code === 200) {
-				content.commit('SETNUM', {
+				context.commit('SETNUM', {
 					d: res.data.startNum,
 					y: res.data.endNum
 				})

--
Gitblit v1.9.3