customer-shiquanshimei

十全十美

使用

$ git clone
$ cd customer-shiquanshimei
$ yarn install
$ yarn mock:server    # start mock data server at http://localhost:3000, npm run mock:server also works
$ yarn dev            # start webpack-dev-server in another terminal window at http://localhost:8080, npm run dev also works

登录认证

  • Admin: username admin & password 123, authorities is 'admin'
  • User: username user & password 123, authorities is 'user'