正确的参数顺序对于用户创建操作至关重要。之前,由于参数顺序错误,UUID未正确分配给新用户,导致登录成功后无法重定向到'/result'路径。此修复重新排列了用户创建查询中的参数顺序,确保UUID正确分配,从而使登录成功后的新用户能够正确重定向。 |
||
---|---|---|
.vscode | ||
env | ||
public | ||
src | ||
.gitignore | ||
index.html | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
README.md | ||
uno.config.js | ||
vite.config.js |
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.