leisure-core 0.4.38 → 0.4.39

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.
@@ -141,7 +141,7 @@ export default {
141
141
 
142
142
  loginAfter(res) {
143
143
  if (res.data.code == "10000") {
144
- this.$store.commit("setCid", res.data.data.cid);
144
+ this.$store.commit("setCid", res.data.data.cid??"");
145
145
  this.$store.commit("setUserInfo", res.data.data);
146
146
  setToken(res.data.data.token);
147
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.4.38",
3
+ "version": "0.4.39",
4
4
  "description": "leisure-core是leisure-ui-core的简称,是京心数据基于vue2.0开发的一套后台系统框架与js库,包含登录,首页框架等",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",