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