import Vue from 'vue'
import Vuex from 'vuex'
const state = {
token: '',
userInfo: {},
getAllTokenInfo:{},
askExamNum: 0
}
export default state