转运PC端

seimin afa1d8b5ef 定时下班 3 yıl önce
e2e 8d7b61336f 初始化项目 3 yıl önce
src afa1d8b5ef 定时下班 3 yıl önce
upload 8d7b61336f 初始化项目 3 yıl önce
.editorconfig 8d7b61336f 初始化项目 3 yıl önce
.gitignore 8d7b61336f 初始化项目 3 yıl önce
README.md 6bff17adee 修复 3 yıl önce
angular.json afa1d8b5ef 定时下班 3 yıl önce
browserslist 8d7b61336f 初始化项目 3 yıl önce
karma.conf.js 8d7b61336f 初始化项目 3 yıl önce
package-lock.json 3f8addeb5b 包更新 3 yıl önce
package.json 3f8addeb5b 包更新 3 yıl önce
proxy.conf.json 800e786605 细节修改 3 yıl önce
tsconfig.app.es5.json 8d7b61336f 初始化项目 3 yıl önce
tsconfig.app.json 8d7b61336f 初始化项目 3 yıl önce
tsconfig.json 8d7b61336f 初始化项目 3 yıl önce
tsconfig.spec.json 8d7b61336f 初始化项目 3 yıl önce
tslint.json 8d7b61336f 初始化项目 3 yıl önce

README.md

目录说明-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} 删除