Go to file
xingyy c70d3cbc01 fix(login): 修复登录成功后路由跳转失败的问题
正确的参数顺序对于用户创建操作至关重要。之前,由于参数顺序错误,UUID未正确分配给新用户,导致登录成功后无法重定向到'/result'路径。此修复重新排列了用户创建查询中的参数顺序,确保UUID正确分配,从而使登录成功后的新用户能够正确重定向。
2024-08-16 10:41:24 +08:00
.vscode first commit 2024-08-05 19:36:27 +08:00
env 1`212 2024-08-14 15:39:03 +08:00
public first commit 2024-08-05 19:36:27 +08:00
src fix(login): 修复登录成功后路由跳转失败的问题 2024-08-16 10:41:24 +08:00
.gitignore first commit 2024-08-05 19:36:27 +08:00
index.html asdf1 2024-08-16 10:13:05 +08:00
package.json 1`212 2024-08-14 10:43:52 +08:00
pnpm-lock.yaml "实现主题配置和作品集上传功能的优化" 2024-08-12 19:55:59 +08:00
postcss.config.js 123 2024-08-07 11:51:02 +08:00
README.md first commit 2024-08-05 19:36:27 +08:00
uno.config.js "实现主题配置和作品集上传功能的优化" 2024-08-12 15:20:28 +08:00
vite.config.js 123 2024-08-07 20:00:54 +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.