dedsudiyu e5b373f2bc zc il y a 2 ans
..
api 902e1c4498 heyang il y a 2 ans
assets 78766ae28b zc il y a 2 ans
components cd1a15c172 heyang il y a 2 ans
directive f8abcfc8a0 zc il y a 2 ans
layout 3c1874d140 heyang il y a 2 ans
router 721186aa42 zc il y a 2 ans
store 78766ae28b zc il y a 2 ans
utils ed87cb186d zc il y a 2 ans
views e5b373f2bc zc il y a 2 ans
App.vue 6b114ba120 zc il y a 2 ans
README.md 3cbdfd7202 zc il y a 2 ans
main.js 651ddfd0ea zc il y a 2 ans
permission.js e28a3966c5 zc il y a 2 ans
settings.js f8abcfc8a0 zc il y a 2 ans

README.md

开发 使用多页面 后端路由设置方法 适配不同学院不同需求

针对矿大项目修改 针对布局与疏散图 适配多楼栋 多楼层

views comprehensive

laboratoryManagement
  building
    indexOne.vue
  subject
    indexTwo.vue

emergencyManagement

evacuation
  emergencyEvacuation
    indexOne.vue
    performEvacuationOne.vue

静态路由修改项 path: '/emergencyEvacuationBig' 地址修改为 emergencyEvacuationBigOne path: '/' 地址修改为 home 其他修改项

  • 项目名称修改 => 实验室安全智能监测与控制系统
  • 取消按钮首页注释 layout => components => Navbar.vue




针对空军四医大项目 实验室-物联设备配置只有传感器与智能门禁

views comprehensive

laboratoryManagement
  subject
    indexOne.vue
message
  noticeconfig
    indexOne.vue
system
  publicConfig
    indexOne.vue
personnel
  teacher
    indexOne.vue

mine

indexOne.vue

静态路由修改项 path: '/login' 地址修改为 loginOne path: '/' 地址修改为 loginOne 其他修改项

  • 项目名称修改 => 危化品智能存储管理系统
  • 按钮首页注释掉 layout => components => Navbar.vue