Showing
1 changed file
with
0 additions
and
9 deletions
@@ -10,11 +10,7 @@ import storeHome from './home'; | @@ -10,11 +10,7 @@ import storeHome from './home'; | ||
10 | 10 | ||
11 | import storeAddress from './address'; | 11 | import storeAddress from './address'; |
12 | import storeNotice from './notice'; | 12 | import storeNotice from './notice'; |
13 | -<<<<<<< HEAD | ||
14 | -import storeHome from './home'; | ||
15 | 13 | ||
16 | -======= | ||
17 | ->>>>>>> 282eb0ac279340a4ce46f4b8bd09a93f37085580 | ||
18 | Vue.use(Vuex); | 14 | Vue.use(Vuex); |
19 | 15 | ||
20 | export function createStore(context) { | 16 | export function createStore(context) { |
@@ -30,14 +26,9 @@ export function createStore(context) { | @@ -30,14 +26,9 @@ export function createStore(context) { | ||
30 | address: storeAddress(), | 26 | address: storeAddress(), |
31 | 27 | ||
32 | // 买家订单列表 | 28 | // 买家订单列表 |
33 | - // buyerOderList: buyerOderList(), | ||
34 | - | ||
35 | notice: storeNotice(), | 29 | notice: storeNotice(), |
36 | -<<<<<<< HEAD | ||
37 | buyerOderList: buyerOderList(), | 30 | buyerOderList: buyerOderList(), |
38 | -======= | ||
39 | 31 | ||
40 | ->>>>>>> 282eb0ac279340a4ce46f4b8bd09a93f37085580 | ||
41 | }, | 32 | }, |
42 | 33 | ||
43 | strict: process.env.NODE_ENV !== 'production', | 34 | strict: process.env.NODE_ENV !== 'production', |
-
Please register or login to post a comment