From c408a8847d4257f7a45cac54b512a791f450b3f4 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 23 十一月 2023 23:24:57 +0800
Subject: [PATCH] merge
---
web-pages/src/store/modules/common.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/web-pages/src/store/modules/common.js b/web-pages/src/store/modules/common.js
new file mode 100644
index 0000000..2a7def3
--- /dev/null
+++ b/web-pages/src/store/modules/common.js
@@ -0,0 +1,7 @@
+const common = {
+ state: {},
+
+ mutations: {}
+}
+
+export default common
--
Gitblit v1.9.1