We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a4457 commit 488439fCopy full SHA for 488439f
README.md
@@ -23,7 +23,9 @@ vue2 + vuex + vue-router + webpack + ES6/7 + fetch + sass + flex + svg
23
24
25
26
-## 项目运行(nodejs 6.0+)
+# 项目运行
27
+
28
+###(nodejs 6.0 +)😲
29
30
```
31
git clone https://github.com/bailicangdu/vue2-elm.git
src/store/mutations.js
@@ -169,7 +169,7 @@ export default {
169
return
170
}
171
if (!info.message) {
172
- state.userInfo = info;
+ state.userInfo = {...info};
173
let validity = 30;
174
let now = new Date();
175
now.setTime(now.getTime() + validity * 24 * 60 * 60 * 1000);
0 commit comments