转运PC端

seimin 9a6e20b642 更新版本号 il y a 9 mois
e2e 8d7b61336f 初始化项目 il y a 3 ans
src 9a6e20b642 更新版本号 il y a 9 mois
upload 2bfa20d72a 更新配置 il y a 9 mois
.editorconfig 8d7b61336f 初始化项目 il y a 3 ans
.gitignore 8d7b61336f 初始化项目 il y a 3 ans
README.md e025e86147 readme更新 il y a 1 an
angular.json c446b18e31 iconfont合并 il y a 11 mois
browserslist 8d7b61336f 初始化项目 il y a 3 ans
karma.conf.js 8d7b61336f 初始化项目 il y a 3 ans
package-lock.json 9654aee058 il y a 1 an
package.json 5af20ae93d 修改打包后的目录名称 il y a 1 an
proxy.conf.json 274645ccf0 巡检单开发 il y a 9 mois
tsconfig.app.es5.json 8d7b61336f 初始化项目 il y a 3 ans
tsconfig.app.json e14c52594a 消毒供应大屏 il y a 1 an
tsconfig.json 8d7b61336f 初始化项目 il y a 3 ans
tsconfig.spec.json 8d7b61336f 初始化项目 il y a 3 ans
tslint.json 8d7b61336f 初始化项目 il y a 3 ans

README.md

转运PC端

目录说明-seimin(2021-03-08)

  • directives 存放指令
  • guard 存放守卫
  • pipes 存放管道
  • services 存放服务
  • views 存放视图
  • share 存放共享组件

后端提示-seimin(2021-07-05)

  • /simple/data/fetchDataList/{model} 查询列表
  • /simple/data/fetchData/{model}/{id} 查询详情
  • /simple/data/addData/{model} 新增,更新
  • /simple/data/addListData/{model} 新增,更新多个【暂时不用】
  • /simple/data/updData/{model} 更新【暂时不用】
  • /simple/data/rmvData/{model} 删除