电子科技大学提供了官方宿舍网络报修的微信小程序,您可以使用微信扫描下方的二维码进入!
- 沙河校区宿舍网络报修二维码
为电子科技大学的学生提供的基于 web 的宿舍网络在线报修系统(平台),支持沙河校区和清水河校区的学生在线报修宿舍网络问题。别担心,宿舍网络问题找我们!
A web-based dormitory network repair system (platform) for students of University of Electronic Science and Technology, which supports online report of dormitory network problems for students of Shahe and Qingshuihe campuses. Don't worry, we are the solvers of dormitory network problems.
Front-end development using pre-defined data.
npm install
npm run frontend
Then you can log in to the system under two different identities.
- User: Use
user
as username and enter any password to log in. - Solver: Use
solver
as username and enter any password to log in.
Use server data for full-stack development.
npm install
Go to project netunion-dnrs-backend and start the backend server.
npm run fullstack
Ask system login information from project team members.
npm run build
npm run lint
Year.Month-B(eta)/S(table) (Number)
Example:
// .env
VUE_APP_VERSION_CODE=20.10-S2
Want to know more about version update log, see CHANGELOG.md.