转运PC端

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

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} 删除