转运PC端

maotao b70c190b55 文件修改2 3 days ago
e2e 8d7b61336f 初始化项目 3 years ago
src b70c190b55 文件修改2 3 days ago
upload 159ef016f3 优化 1 month ago
.editorconfig 8d7b61336f 初始化项目 3 years ago
.gitignore 8d7b61336f 初始化项目 3 years ago
README.md 1fc5812339 微信配置 3 months ago
angular.json c70dd3412b 呼叫中心暂存 1 month ago
browserslist 8d7b61336f 初始化项目 3 years ago
karma.conf.js 8d7b61336f 初始化项目 3 years ago
package-lock.json 90689216f2 安装依赖 1 month ago
package.json 159ef016f3 优化 1 month ago
proxy.conf.json 359adacf9a 优化 1 month ago
tsconfig.app.es5.json 8d7b61336f 初始化项目 3 years ago
tsconfig.app.json e14c52594a 消毒供应大屏 1 year ago
tsconfig.json ec39080e99 拉取代码 3 months 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 存放共享组件
  • 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} 删除