|
@@ -29,8 +29,8 @@ import notice from '@frame/store/notice';
|
|
|
import task from '@frame/store/task';
|
|
|
import groupscore from '@frame/store/groupscore';
|
|
|
import personalscore from '@frame/store/personalscore';
|
|
|
-import * as ustate from '@frame/store/user/state';
|
|
|
-import * as umutations from '@frame/store/user/mutations';
|
|
|
+import * as ustate from './user/state';
|
|
|
+import * as umutations from './user/mutations';
|
|
|
import * as dostate from '@frame/store/setting/state';
|
|
|
import * as domutations from '@frame/store/setting/mutations';
|
|
|
Vue.use(Vuex);
|