WINDOWS-7IFQK7E\EDY d4417e77fe 修改无登录访问权限 8 月之前
..
brief a8f2b193c4 使用zlbtoken登录隐藏所有返回按钮,隐藏修改密码、编辑资料、退出登录 11 月之前
chapter a8f2b193c4 使用zlbtoken登录隐藏所有返回按钮,隐藏修改密码、编辑资料、退出登录 11 月之前
classSchedule a8f2b193c4 使用zlbtoken登录隐藏所有返回按钮,隐藏修改密码、编辑资料、退出登录 11 月之前
detail 8f5d564366 夏季课程改为秋季课程 9 月之前
exam a8f2b193c4 使用zlbtoken登录隐藏所有返回按钮,隐藏修改密码、编辑资料、退出登录 11 月之前
login a8f2b193c4 使用zlbtoken登录隐藏所有返回按钮,隐藏修改密码、编辑资料、退出登录 11 月之前
main d4417e77fe 修改无登录访问权限 8 月之前
myLike a8f2b193c4 使用zlbtoken登录隐藏所有返回按钮,隐藏修改密码、编辑资料、退出登录 11 月之前
userInfoEdit a8f2b193c4 使用zlbtoken登录隐藏所有返回按钮,隐藏修改密码、编辑资料、退出登录 11 月之前
README.md 4c00efe404 init:项目初始化 1 年之前
[...all].vue 4c00efe404 init:项目初始化 1 年之前
index.vue 6151b5fcb8 feat:删除无用代码 1 年之前
main.vue f58187d1ee storyID=203 春季课程和基础课程增加年级选择页面,进入课程后进行默认筛选 1 年之前

README.md

File-based Routing

Routes will be auto-generated for Vue files in this dir with the same file structure. Check out vite-plugin-pages for more details.

Path Aliasing

~/ is aliased to ./src/ folder.

For example, instead of having

import { isDark } from '../../../../composables'

now, you can use

import { isDark } from '~/composables'