leisure-core 0.5.95 → 0.5.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -147,6 +147,7 @@ export default {
147
147
  this.$store.commit("setCid", data.cid);
148
148
  }
149
149
  this.$store.commit("setUserInfo", data);
150
+ this.$emit("loginAfter", data);
150
151
  setToken(res.data.data.token);
151
152
  }
152
153
  },
@@ -155,7 +156,7 @@ export default {
155
156
  },
156
157
  getUserInfo() {
157
158
  return this.formdata;
158
- }
159
+ },
159
160
  },
160
161
  };
161
162
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.5.95",
3
+ "version": "0.5.96",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",