Skip to content

yuzhi-jiang/netdisk-client

Repository files navigation

这是网盘系统前台项目,使用 vue 开发

record

Global Component

  • IconFont

process

listenerRouteChange((to) => {
  console.log(to);
});

// 每单独监听路由浪费性能,使用发布订阅者模式
router.beforeEach((to, from, next) => {
  next();
});

参数

  • 指定页面页数 page
  • 指定页面条数 pageSize - limit
  • 搜索内容key标识 search

Todo

fix: 修复List组件网络不确定时延导致的内容与页码错乱的问题 按照截图优先顺序是, 登录注册,首页,用户信息,文件夹(信息,跳转),(文件预览应该是必须的), 文件搜索,分享列表、创建分享框,,回收站(放到回收站,回收站中删除,还原等)

About

这是网盘系统前台项目,使用vue开发

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages