From 05b5c1f397bad8fb53a73ffe55209f573d309f4e Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期四, 22 十二月 2022 00:25:30 +0800
Subject: [PATCH] 日发运计划接口同步后台更新。完善页面细节
---
store/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/store/index.js b/store/index.js
index 0b0a277..b230483 100644
--- a/store/index.js
+++ b/store/index.js
@@ -7,7 +7,7 @@
const store = new Vuex.Store({
state: {
- shenqingMenu: uni.getStorageSync('shenqingMenu') || false, //鐢宠鑿滃崟
+ shenqingMenu: uni.getStorageSync('shenqingMenu') || false, //鐢宠鑿滃崟
rijihuaMenu: uni.getStorageSync('rijihuaMenu') || false, //鏃ヨ鍒掕彍鍗�
},
mutations: {
--
Gitblit v1.9.1