转运PC端

seimin 1f289de625 Merge branch 'master' into develop il y a 1 semaine
e2e 8d7b61336f 初始化项目 il y a 3 ans
src 1f289de625 Merge branch 'master' into develop il y a 1 semaine
upload 159ef016f3 优化 il y a 5 mois
.editorconfig 8d7b61336f 初始化项目 il y a 3 ans
.gitignore 8d7b61336f 初始化项目 il y a 3 ans
README.md 1fc5812339 微信配置 il y a 8 mois
angular.json e0b7615a50 患者陪检修复 il y a 1 mois
browserslist 8d7b61336f 初始化项目 il y a 3 ans
karma.conf.js 8d7b61336f 初始化项目 il y a 3 ans
package-lock.json c3040060b8 拉取代码 il y a 1 mois
package.json c3040060b8 拉取代码 il y a 1 mois
proxy.conf.json 94b5a9fbb2 按天月年及快捷选择 il y a 1 semaine
tsconfig.app.es5.json 8d7b61336f 初始化项目 il y a 3 ans
tsconfig.app.json e14c52594a 消毒供应大屏 il y a 1 an
tsconfig.json ec39080e99 拉取代码 il y a 8 mois
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 存放共享组件
  • components 存放复用性不高的组件

后端提示-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} 删除