Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hel-guide
app
Commits
25d1c4e9
Commit
25d1c4e9
authored
Sep 07, 2017
by
JingChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates angular/hlsHttp.md
Auto commit by GitBook Editor
parent
0170365c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
39 deletions
+1
-39
hlsHttp.md
angular/hlsHttp.md
+1
-39
No files found.
angular/hlsHttp.md
View file @
25d1c4e9
...
@@ -23,42 +23,4 @@ APP的开发模式采用前后台完全分离的开发模式,前端代码中
...
@@ -23,42 +23,4 @@ APP的开发模式采用前后台完全分离的开发模式,前端代码中
}
}
```
```
*
2 get 方法与 post类似,缺少 paramter 对象,也不会带上user_id 与access_token
*
3 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment