Go to file
2020-10-13 11:51:32 +08:00
public rem 2020-09-27 10:37:36 +08:00
src ceshi 2020-10-13 11:51:32 +08:00
.gitignore init 2020-09-24 10:26:22 +08:00
babel.config.js init 2020-09-24 10:26:22 +08:00
package-lock.json 我的档案 2020-09-25 16:26:33 +08:00
package.json 升级了部分依赖 安装了新的包 2020-10-13 09:30:06 +08:00
README.md 对话框 2020-09-29 17:45:45 +08:00
tsconfig.json 添加了拦截器 2020-09-24 15:33:12 +08:00
vue.config.js 删除安全验证 2020-10-12 09:55:28 +08:00
yarn.lock 升级了部分依赖 安装了新的包 2020-10-13 09:30:06 +08:00

beelink

目录结构

|public |src |- api 接口文件目录 |- static 静态文件 |- components 页面组建 |- config 插件配置文件 |- router 路由文件 |- stoer vuex |- layout 页面布局 |- view 页面 |- mine 用户个人中心 |- manage 直播 视频 日历 |- login 登录与关于我们

components

  • Menu 左侧导航
  • NavBottom 底部导航

views