kongdeqiang
2 天以前 b912d487fcb309a3e8c727ad8a6778afb1436a75
1
2
3
4
5
export default{
    getResName:(state)=>{
      return state.resName;
    }
  }