Commit 25d1c4e9 authored by JingChao's avatar JingChao

Updates angular/hlsHttp.md

Auto commit by GitBook Editor
parent 0170365c
......@@ -23,42 +23,4 @@ APP的开发模式采用前后台完全分离的开发模式,前端代码中
}
```
* 2 get 方法与 post类似,缺少 paramter 对象,也不会带上user_id 与access_token
### II. app\_子目录(简介)
* 1.1.config\_目录
* 存放配置文件
* `"devConfig.json(开发环境配置文件)`
* `"appID:应用唯一标识`
* `"debug": true,(是否能debug)`
* `"currentVersion": "1.1.22",(当前版本)`
* `"version": "1.1.22",(版本)`
* `"appEnvironment": "dev"(当前环境-测试)`
* `"cardPath":(名片全能王接口路径)`
* `"apiKey":(名片全能王接口apikey)`
* `"riskPath":(风暴接口路径)`
* `"isMobilePlatform":false,(是否是移动平台)`
* `"clearTable": true,(清除下方table)`
* `"rootPath":"https://hlsapp.hand-china.com/hmap_dev/"(app 服务器地址)`
* `"basePath": "https://hlsapp.hand-china.com/hmap_dev/app?sysName=HLS_APP&apiName=",(app中台svc访问路径)`
* `"file_url":"http://hlsapp.hand-china.com/file/",(app文件访问路径)`
* prodConfig.json(正式环境配置文件,参考测试环境的配置属性)
* 1.2.img\_目录
* 项目中图片的存放路径
* 1.3.lib\_目录
* 执行 `bower install` 后生成,为项目中使用的js资源
* 1.4.pages\_目录
* app前台页面html文件,和js文件
* 1.5.scripts\_目录
* 项目公用js文件
* 1.4.scss\_目录
* 项目的全局样式文件(scss文件)
* 1.5.theme\_目录
* 目录中包含一个`app.core.scss`为项目中所有`scss`的集合,项目中所写的`scss`文件需要使用如下写法引入到此文件中,否则不会生效
```@import "../scss/variables";```
\ No newline at end of file
* 3 get 方法与 post类似,缺少 paramter 对象,也不会带上user_id 与access_token
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment