Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
夏新然
/
appweb
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2d6fcfd1
authored
Jun 22, 2020
by
夏新然
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加新子段
1 parent
218591cc
Show whitespace changes
Inline
Side-by-side
Showing
43 changed files
with
95 additions
and
3 deletions
api/base.js
pages/analysis/actObjReport/actObjReport.vue
pages/analysis/condition.vue
pages/analysis/holidayReport/holidayReport.vue
pages/analysis/inoutReport/inoutDayReport.vue
pages/analysis/inrateReport/inrateReport.vue
pages/analysis/rankReport/rankDayReport.vue
pages/analysis/rankReport/rankWeekReport.vue
pages/analysis/staticReport/staticDayReport.vue
pages/analysis/staticReport/staticMonthReport.vue
pages/analysis/staticReport/staticWeekReport.vue
pages/analysis/staticReport/staticYearReport.vue
pages/analysis/timeFlowReport/timeFlowReport.vue
pages/analysis/weekReport/weekReport.vue
pages/analysis/yoyReport/yoyDayReport.vue
pages/analysis/yoyReport/yoyMonthReport.vue
pages/analysis/yoyReport/yoyWeekReport.vue
pages/analysis/yoyReport/yoyYearReport.vue
pages/conditionList/gateList.vue
pages/conditionList/mallList.vue
pages/conditionList/multiGateList.vue
pages/conditionList/multiMallList.vue
pages/index/accountIndex.vue
pages/index/floorIndex.vue
pages/index/mallIndex.vue
pages/index/mallList.vue
pages/index/zoneIndex.vue
pages/list/eventList.vue
pages/list/floorList.vue
pages/list/mallList.vue
pages/list/moreFloorList.vue
pages/list/moreGateList.vue
pages/list/moreStoreList.vue
pages/list/oneFloorList.vue
pages/list/oneGateList.vue
pages/list/oneStoreList.vue
pages/login/login.vue
pages/passenger/captureReport/capture.vue
pages/passenger/conditions/captureOption.vue
pages/passenger/conditions/groupTimeOption.vue
pages/passenger/groupTimeReport/groupTime.vue
pages/passenger/passenger.vue
pages/profile/video/video.vue
api/base.js
View file @
2d6fcfd
...
...
@@ -24,7 +24,8 @@ export default {
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'Authorization'
:
atoken
'Authorization'
:
atoken
,
'app-code'
:
'mobile'
},
success
:
(
res
)
=>
{
resolve
(
res
);
...
...
@@ -45,7 +46,8 @@ export default {
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'Authorization'
:
atoken
'Authorization'
:
atoken
,
'app-code'
:
'mobile'
},
success
:
(
res
)
=>
{
resolve
(
res
);
...
...
pages/analysis/actObjReport/actObjReport.vue
View file @
2d6fcfd
...
...
@@ -174,6 +174,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -269,6 +270,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -277,6 +279,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
@@ -294,6 +297,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/condition.vue
View file @
2d6fcfd
...
...
@@ -456,7 +456,8 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'Authorization'
:
this
.
atoken
//自定义请求头信息
'Authorization'
:
this
.
atoken
,
//自定义请求头信息
'app-code'
:
'mobile'
},
method
:
'GET'
,
success
:(
res
)
=>
{
...
...
@@ -482,6 +483,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -501,6 +503,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -528,6 +531,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -553,6 +557,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -592,6 +597,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -1122,6 +1128,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/analysis/holidayReport/holidayReport.vue
View file @
2d6fcfd
...
...
@@ -187,6 +187,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -289,6 +290,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/inoutReport/inoutDayReport.vue
View file @
2d6fcfd
...
...
@@ -195,6 +195,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -312,6 +313,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/inrateReport/inrateReport.vue
View file @
2d6fcfd
...
...
@@ -190,6 +190,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -247,6 +248,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/rankReport/rankDayReport.vue
View file @
2d6fcfd
...
...
@@ -204,6 +204,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -307,6 +308,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/rankReport/rankWeekReport.vue
View file @
2d6fcfd
...
...
@@ -204,6 +204,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -308,6 +309,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/staticReport/staticDayReport.vue
View file @
2d6fcfd
...
...
@@ -212,6 +212,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -321,6 +322,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/staticReport/staticMonthReport.vue
View file @
2d6fcfd
...
...
@@ -206,6 +206,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -362,6 +363,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/staticReport/staticWeekReport.vue
View file @
2d6fcfd
...
...
@@ -201,6 +201,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -357,6 +358,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/staticReport/staticYearReport.vue
View file @
2d6fcfd
...
...
@@ -188,6 +188,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -316,6 +317,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/timeFlowReport/timeFlowReport.vue
View file @
2d6fcfd
...
...
@@ -213,6 +213,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -286,6 +287,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/weekReport/weekReport.vue
View file @
2d6fcfd
...
...
@@ -227,6 +227,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -296,6 +297,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/yoyReport/yoyDayReport.vue
View file @
2d6fcfd
...
...
@@ -217,6 +217,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -379,6 +380,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/yoyReport/yoyMonthReport.vue
View file @
2d6fcfd
...
...
@@ -213,6 +213,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -375,6 +376,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/yoyReport/yoyWeekReport.vue
View file @
2d6fcfd
...
...
@@ -212,6 +212,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -374,6 +375,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/analysis/yoyReport/yoyYearReport.vue
View file @
2d6fcfd
...
...
@@ -178,6 +178,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -340,6 +341,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/conditionList/gateList.vue
View file @
2d6fcfd
...
...
@@ -50,6 +50,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
@@ -73,6 +74,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
pages/conditionList/mallList.vue
View file @
2d6fcfd
...
...
@@ -61,6 +61,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
@@ -120,6 +121,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
pages/conditionList/multiGateList.vue
View file @
2d6fcfd
...
...
@@ -71,6 +71,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
@@ -93,6 +94,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
pages/conditionList/multiMallList.vue
View file @
2d6fcfd
...
...
@@ -75,6 +75,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
pages/index/accountIndex.vue
View file @
2d6fcfd
...
...
@@ -583,6 +583,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -646,6 +647,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/index/floorIndex.vue
View file @
2d6fcfd
...
...
@@ -591,6 +591,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -654,6 +655,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/index/mallIndex.vue
View file @
2d6fcfd
...
...
@@ -346,6 +346,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -615,6 +616,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -678,6 +680,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/index/mallList.vue
View file @
2d6fcfd
...
...
@@ -108,6 +108,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/index/zoneIndex.vue
View file @
2d6fcfd
...
...
@@ -585,6 +585,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -648,6 +649,7 @@
uni
.
request
({
url
:
url
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
data
:
data
,
...
...
pages/list/eventList.vue
View file @
2d6fcfd
...
...
@@ -134,6 +134,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/list/floorList.vue
View file @
2d6fcfd
...
...
@@ -89,6 +89,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -104,6 +105,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/list/mallList.vue
View file @
2d6fcfd
...
...
@@ -113,6 +113,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/list/moreFloorList.vue
View file @
2d6fcfd
...
...
@@ -194,6 +194,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/list/moreGateList.vue
View file @
2d6fcfd
...
...
@@ -195,6 +195,7 @@ uni.getStorage({
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/list/moreStoreList.vue
View file @
2d6fcfd
...
...
@@ -202,6 +202,7 @@ uni.getStorage({
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/list/oneFloorList.vue
View file @
2d6fcfd
...
...
@@ -140,6 +140,7 @@ uni.getStorage({
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/list/oneGateList.vue
View file @
2d6fcfd
...
...
@@ -141,6 +141,7 @@ uni.getStorage({
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/list/oneStoreList.vue
View file @
2d6fcfd
...
...
@@ -150,6 +150,7 @@ uni.getStorage({
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/login/login.vue
View file @
2d6fcfd
...
...
@@ -267,6 +267,9 @@
loginName
:
this
.
username
,
password
:
this
.
password
},
header
:
{
'app-code'
:
'mobile'
},
method
:
'POST'
,
success
:(
res
)
=>
{
uni
.
hideLoading
();
...
...
@@ -304,6 +307,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -320,6 +324,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -333,6 +338,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -365,6 +371,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
pages/passenger/captureReport/capture.vue
View file @
2d6fcfd
...
...
@@ -116,6 +116,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
@@ -143,6 +144,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
@@ -185,6 +187,7 @@
sortOrder
:
'DESC'
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
atoken
},
method
:
'GET'
,
...
...
@@ -270,6 +273,7 @@
uni
.
request
({
url
:
window
.
url
+
'/dataDics'
,
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
},
method
:
'GET'
,
...
...
pages/passenger/conditions/captureOption.vue
View file @
2d6fcfd
...
...
@@ -117,6 +117,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
@@ -164,6 +165,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
pages/passenger/conditions/groupTimeOption.vue
View file @
2d6fcfd
...
...
@@ -98,6 +98,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
@@ -130,6 +131,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
pages/passenger/groupTimeReport/groupTime.vue
View file @
2d6fcfd
...
...
@@ -85,6 +85,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
isMultiple
:
true
...
...
@@ -114,6 +115,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
isMultiple
:
true
...
...
@@ -161,6 +163,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
@@ -189,6 +192,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
},
method
:
'GET'
,
...
...
pages/passenger/passenger.vue
View file @
2d6fcfd
...
...
@@ -47,6 +47,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
@@ -72,6 +73,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
getStorage
(
'atoken'
)
//自定义请求头信息
},
isMultiple
:
true
...
...
pages/profile/video/video.vue
View file @
2d6fcfd
...
...
@@ -103,6 +103,7 @@
_t
:
Date
.
parse
(
new
Date
())
/
1000
},
header
:
{
'app-code'
:
'mobile'
,
'Authorization'
:
this
.
atoken
//自定义请求头信息
},
method
:
'GET'
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment