kongdeqiang
9 小时以前 5788c53ae08862613544ec224212024e18ccf7cd
1
2
3
4
5
export default{
    getResName:(state)=>{
      return state.resName;
    }
  }