build
This commit is contained in:
parent
bfd3d2937d
commit
c3c3c6b996
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DooTask",
|
"name": "DooTask",
|
||||||
"version": "0.3.36",
|
"version": "0.3.47",
|
||||||
"description": "DooTask is task management system.",
|
"description": "DooTask is task management system.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./cmd dev",
|
"start": "./cmd dev",
|
||||||
|
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
1
public/js/build/56.js
vendored
Normal file
1
public/js/build/56.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/js/build/663.js
vendored
1
public/js/build/663.js
vendored
File diff suppressed because one or more lines are too long
@ -207,6 +207,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.$store.state.method.clearLocal();
|
||||||
|
this.$store.dispatch("saveUserInfo", this.userInfo);
|
||||||
|
//
|
||||||
this.$store.dispatch("getUserInfo");
|
this.$store.dispatch("getUserInfo");
|
||||||
this.$store.dispatch("getTaskPriority");
|
this.$store.dispatch("getTaskPriority");
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user