转运PC端

seimin 1e36b0824d 样式调整 1 年之前
e2e 8d7b61336f 初始化项目 3 年之前
src 1e36b0824d 样式调整 1 年之前
upload 92f2eeee1b 压缩 2 年之前
.editorconfig 8d7b61336f 初始化项目 3 年之前
.gitignore 8d7b61336f 初始化项目 3 年之前
README.md 6bff17adee 修复 3 年之前
angular.json ebd9ce2b28 修复 2 年之前
browserslist 8d7b61336f 初始化项目 3 年之前
karma.conf.js 8d7b61336f 初始化项目 3 年之前
package-lock.json a4e5e27221 包配置文件更新 2 年之前
package.json 44a39b685b 2 年之前
proxy.conf.json ee771fb6d7 logo 1 年之前
tsconfig.app.es5.json 8d7b61336f 初始化项目 3 年之前
tsconfig.app.json 8d7b61336f 初始化项目 3 年之前
tsconfig.json 8d7b61336f 初始化项目 3 年之前
tsconfig.spec.json 8d7b61336f 初始化项目 3 年之前
tslint.json 8d7b61336f 初始化项目 3 年之前

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