Blame view

src/api/login.js 364 Bytes
22fb20b3   songchongxian   城市停车运营监控
1
2
3
4
5
  export const loginByUserInfo = [
    {"id": 1, "username": "adan", "pew": 123456, "role": "A" , "introduce":"我可以看见全部页面"},
    {"id": 2, "username": "barbara", "pew": 123456, "role": "B" , "introduce":"我可以看到red和yellow页面"},
    {"id": 3, "username": "carrie", "pew": 123456, "role": "C" , "introduce":"我可以看见red和blue页面"},
  ]