wgl 4 anni fa
parent
commit
1102368d1c
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      src/components/Common.vue
  2. 1 1
      src/store/mutations.js

+ 1 - 1
src/components/Common.vue

@@ -158,7 +158,7 @@
 				set_person_temp: types.SET_PERSON_TEMP,
 				set_fun_list: types.SET_FUN_LIST,
 				set_app_version: types.SET_APP_VERSION,
-				set_common_menu_list: types.SET_COMMON_MENI_LIST,
+				set_common_menu_list: types.SET_COMMON_MENU_LIST,
 			})
 		},
 		mounted() {

+ 1 - 1
src/store/mutations.js

@@ -50,7 +50,7 @@ const mutations = {
 		state.menu_list = data
 	},
 	
-	[types.SET_COMMON_MENI_LIST](state, data) {
+	[types.SET_COMMON_MENU_LIST](state, data) {
 		setCommonMenuList(storage_prefix, data)
 		state.common_menu_list = data
 	},