# lops **Repository Path**: zkdcloud.cn/lops ## Basic Information - **Project Name**: lops - **Description**: No description available - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lops ![TeamCity CodeBetter](https://img.shields.io/teamcity/codebetter/bt428.svg) ![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg) ## 项目介绍 lops是[loms(网上订餐系统)](https://gitee.com/zkdcloud.cn/loms)系统的后台页面,该页面是从朋友那里得到,沿用模板,完善成了系统的后台页面。 ## 其他链接 + [后台`code`](https://gitee.com/zkdcloud.cn/loms) + [终端`code`](https://gitee.com/zkdcloud.cn/loms-android) ## 目录结构 ``` lops ├─css ├─font ├─js ├─layui │ ├─css │ │ └─modules │ │ ├─laydate │ │ │ └─default │ │ └─layer │ │ └─default │ ├─font │ ├─images │ │ └─face │ └─lay │ └─modules ├─login └─manager ├─css ├─images ├─js ├─json ├─layui │ ├─css │ │ └─modules │ │ ├─laydate │ │ │ └─default │ │ └─layer │ │ └─default │ ├─font │ ├─images │ │ └─face │ └─lay │ └─modules └─page ├─classification ├─discount ├─login ├─order ├─product ├─shop └─test ``` ## 实现展示 ![输入图片说明](https://gitee.com/zkdcloud.cn/screenshots/raw/master/ht.gif "在这里输入图片标题") ## 注意事项 + 关于layui的相关知识我不太清除,甚至连简单的分页都不清楚,就是按照模板实现了列表,编辑,预览等功能。 + 程序入口是(login.html),预览页面的时候不能用文件路径,需要用域名路径。