# 星座运势管理界面 **Repository Path**: daniel8642/constellation-admin ## Basic Information - **Project Name**: 星座运势管理界面 - **Description**: 这个项目是一个星座运势查询项目,分为 用户界面 管理界面 后端 三个项目 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-16 - **Last Updated**: 2025-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本项目是星座运势查询网页端的数据后台 详细项目信息请看[后端项目](https://gitee.com/daniel8642/constellation-fortune-backend) 修改自[我的vue手脚架项目](https://gitee.com/daniel8642/vue-base) 请求都使用在src/utils/request.js中二次封装的axios 在返回前对请求进行处理 ```javascript options.url = "http://your.DomainNameOrIP.com" + options.url; ``` 即可自定义所有接口请求地址 本项目有接口有时间戳校验,登录态校验,权限校验模块 因为是为了交课程大作业的作品 这个数据后台还有很多bug 有发现可以很好复现的bug请在项目issues里提出来,我有时间会处理的,谢谢 ! 在前端加入了用key摘要密码的算法,请确保数据库密码条目可以存储长度为64的string 使用的技术 Ant Design Vue组件库 echarts图标库 用户界面 https://gitee.com/daniel8642/constellation-user 管理界面 https://gitee.com/daniel8642/constellation-admin 后端项目 https://gitee.com/daniel8642/constellation-backend