本小组的前端仓库
Go to file
2024-06-24 19:20:30 +08:00
.vscode 基础架构完成 2024-06-24 11:56:21 +08:00
public 基础架构完成 2024-06-24 11:56:21 +08:00
src 修改No2.尝试将routes中的authenticationRoutes修改了,没有问题,将authentication.vue从components移动到新建的文件夹views中,测试完成了authentication.js中的login方法,不知为何删除#{apiUrl}'/checkLogin'中的${apiUrl}就能用,不删就不行,留待下次学习 2024-06-24 19:20:30 +08:00
.gitignore 基础架构完成 2024-06-24 11:56:21 +08:00
index.html 基础架构完成 2024-06-24 11:56:21 +08:00
package-lock.json 第一次尝试将各个url分开访问 2024-06-24 17:15:21 +08:00
package.json 第一次尝试将各个url分开访问 2024-06-24 17:15:21 +08:00
README.md 基础架构完成 2024-06-24 11:56:21 +08:00
vite.config.js 基础架构完成 2024-06-24 11:56:21 +08:00

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.