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