chenxiong 3 gadi atpakaļ
vecāks
revīzija
1d5a3fd88c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      store/index.js

+ 1 - 1
store/index.js

@@ -4,7 +4,7 @@ import api from '@/common/api.js'
 Vue.use(Vuex);
 const store = new Vuex.Store({
 	state: {
-		hideBuyState:true, //是否隐藏购买流程和订单列表
+		hideBuyState:false, //是否隐藏购买流程和订单列表
 		login: true,
 		token: '',
 		avatarUrl: '',