소스 검색

修复bug

chenxiong 3 년 전
부모
커밋
1d5a3fd88c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: '',