lhl 4 年之前
父節點
當前提交
0baf7d5181
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      store/index.js

+ 1 - 0
store/index.js

@@ -20,6 +20,7 @@ const store = new Vuex.Store({
 		//保存微信信息
 		setWeiChatInfo(state, provider) {
 			state.weichatInfo = provider;
+			
 		},
 		//保存微信对象
 		setWeiChatObj(state, provider) {