Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
Project
Project
Details
Activity
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
station
amos-convertor-view
Commits
25c219b7
Commit
25c219b7
authored
Nov 28, 2020
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改项目apk
parent
f4ae93da
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
26 additions
and
26 deletions
+26
-26
FileUtils.js
src/utils/FileUtils.js
+2
-2
request.js
src/utils/request.js
+2
-2
index.js
src/view/bizview/equipmentLedger/Equipment/index.js
+2
-2
FireEquipmentToolBar.js
...edger/FireResources/FireEquipment/FireEquipmentToolBar.js
+3
-3
PointToolBar.js
...uipmentLedger/FireResources/FireEquipment/PointToolBar.js
+2
-2
FireTruckDetailInfo.js
...mentLedger/FireResources/FireTruck/FireTruckDetailInfo.js
+3
-3
FireWaterToolBar.js
...w/equipmentLedger/FireResources/water/FireWaterToolBar.js
+3
-3
index.js
src/view/bizview/equipmentLedger/Monitor/index.js
+3
-3
index.js
src/view/bizview/fireRectification/index.js
+3
-3
index.js
src/view/planMgmt/cusVizLib/index.js
+3
-3
No files found.
src/utils/FileUtils.js
View file @
25c219b7
...
@@ -66,8 +66,8 @@ export const downLoadFilePost = (url,searchParam)=>{
...
@@ -66,8 +66,8 @@ export const downLoadFilePost = (url,searchParam)=>{
'Content-Type'
:
'application/json; charset=utf-8'
,
'Content-Type'
:
'application/json; charset=utf-8'
,
'X-Api-Key'
:
_amosTool
.
Store
.
getCookieByName
(
apiKey
),
'X-Api-Key'
:
_amosTool
.
Store
.
getCookieByName
(
apiKey
),
'X-Access-Token'
:
ls
.
read
(
token
),
'X-Access-Token'
:
ls
.
read
(
token
),
'appKey'
:
'CONVERTER_STATION'
,
'appKey'
:
window
.
appKey
,
'product'
:
'CONVERTER_STATION_WEB'
,
'product'
:
window
.
product
,
'token'
:
ls
.
read
(
token
)
'token'
:
ls
.
read
(
token
)
},
},
body
:
JSON
.
stringify
(
searchParam
)
body
:
JSON
.
stringify
(
searchParam
)
...
...
src/utils/request.js
View file @
25c219b7
...
@@ -14,8 +14,8 @@ const defaultPageable = {
...
@@ -14,8 +14,8 @@ const defaultPageable = {
};
};
const
defaultHeaders
=
{
const
defaultHeaders
=
{
appKey
:
'CONVERTER_STATION'
,
appKey
:
window
.
appKey
,
product
:
'CONVERTER_STATION_WEB'
,
product
:
window
.
product
,
channelType
:
'3dpage'
channelType
:
'3dpage'
};
};
...
...
src/view/bizview/equipmentLedger/Equipment/index.js
View file @
25c219b7
...
@@ -293,8 +293,8 @@ class Equipment extends Component {
...
@@ -293,8 +293,8 @@ class Equipment extends Component {
'Accept'
:
'application/json;charset=UTF-8'
,
'Accept'
:
'application/json;charset=UTF-8'
,
'X-Api-Key'
:
_amosTool
.
Store
.
getCookieByName
(
apiKey
),
'X-Api-Key'
:
_amosTool
.
Store
.
getCookieByName
(
apiKey
),
'X-Access-Token'
:
ls
.
read
(
token
),
'X-Access-Token'
:
ls
.
read
(
token
),
'appKey'
:
'CONVERTER_STATION'
,
'appKey'
:
window
.
appKey
,
'product'
:
'CONVERTER_STATION_WEB'
,
'product'
:
window
.
product
,
'token'
:
ls
.
read
(
token
)
'token'
:
ls
.
read
(
token
)
},
},
body
:
formData
body
:
formData
...
...
src/view/bizview/equipmentLedger/FireResources/FireEquipment/FireEquipmentToolBar.js
View file @
25c219b7
...
@@ -69,9 +69,9 @@ class FireEquipmentToolBar extends Component {
...
@@ -69,9 +69,9 @@ class FireEquipmentToolBar extends Component {
showUploadList
:
false
,
showUploadList
:
false
,
headers
:
{
headers
:
{
'Accept'
:
'application/json;charset=UTF-8'
,
'Accept'
:
'application/json;charset=UTF-8'
,
'X-Access-Token'
:
lsTool
.
read
(
SysConsts
.
token
),
'X-Access-Token'
:
lsTool
.
read
(
SysConsts
.
token
),
'appKey'
:
'CONVERTER_STATION'
,
'appKey'
:
window
.
appKey
,
'product'
:
'CONVERTER_STATION_WEB'
,
'product'
:
window
.
product
,
'token'
:
lsTool
.
read
(
SysConsts
.
token
)
'token'
:
lsTool
.
read
(
SysConsts
.
token
)
},
},
onChange
(
info
)
{
onChange
(
info
)
{
...
...
src/view/bizview/equipmentLedger/FireResources/FireEquipment/PointToolBar.js
View file @
25c219b7
...
@@ -66,8 +66,8 @@ class PointToolBar extends Component {
...
@@ -66,8 +66,8 @@ class PointToolBar extends Component {
headers
:
{
headers
:
{
'Accept'
:
'application/json;charset=UTF-8'
,
'Accept'
:
'application/json;charset=UTF-8'
,
'X-Access-Token'
:
lsTool
.
read
(
SysConsts
.
token
),
'X-Access-Token'
:
lsTool
.
read
(
SysConsts
.
token
),
'appKey'
:
'CONVERTER_STATION'
,
'appKey'
:
window
.
appKey
,
'product'
:
'CONVERTER_STATION_WEB'
,
'product'
:
window
.
product
,
'token'
:
lsTool
.
read
(
SysConsts
.
token
)
'token'
:
lsTool
.
read
(
SysConsts
.
token
)
},
},
onChange
(
info
)
{
onChange
(
info
)
{
...
...
src/view/bizview/equipmentLedger/FireResources/FireTruck/FireTruckDetailInfo.js
View file @
25c219b7
...
@@ -208,9 +208,9 @@ class FireTruckDetailInfo extends Component {
...
@@ -208,9 +208,9 @@ class FireTruckDetailInfo extends Component {
headers: {
headers: {
Accept: '
application
/
json
;
charset
=
UTF
-
8
',
Accept: '
application
/
json
;
charset
=
UTF
-
8
',
'
X
-
Api
-
Key
': _amosTool.Store.getCookieByName(apiKey),
'
X
-
Api
-
Key
': _amosTool.Store.getCookieByName(apiKey),
'
X
-
Access
-
Token
': ls.read(token),
'
X
-
Access
-
Token
': ls.read(token),
'
appKey
':
'
CONVERTER_STATION
'
,
'
appKey
':
window.appKey
,
'
product
':
'
CONVERTER_STATION_WEB
'
,
'
product
':
window.product
,
'
token
':ls.read(token)
'
token
':ls.read(token)
},
},
body: formData
body: formData
...
...
src/view/bizview/equipmentLedger/FireResources/water/FireWaterToolBar.js
View file @
25c219b7
...
@@ -49,9 +49,9 @@ class FireWaterToolBar extends Component {
...
@@ -49,9 +49,9 @@ class FireWaterToolBar extends Component {
showUploadList
:
false
,
showUploadList
:
false
,
headers
:
{
headers
:
{
'Accept'
:
'application/json;charset=UTF-8'
,
'Accept'
:
'application/json;charset=UTF-8'
,
'X-Access-Token'
:
lsTool
.
read
(
SysConsts
.
token
),
'X-Access-Token'
:
lsTool
.
read
(
SysConsts
.
token
),
'appKey'
:
'CONVERTER_STATION'
,
'appKey'
:
window
.
appKey
,
'product'
:
'CONVERTER_STATION_WEB'
,
'product'
:
window
.
product
,
'token'
:
lsTool
.
read
(
SysConsts
.
token
)
'token'
:
lsTool
.
read
(
SysConsts
.
token
)
},
},
onChange
(
info
)
{
onChange
(
info
)
{
...
...
src/view/bizview/equipmentLedger/Monitor/index.js
View file @
25c219b7
...
@@ -286,9 +286,9 @@ class Monitor extends Component {
...
@@ -286,9 +286,9 @@ class Monitor extends Component {
showUploadList
:
false
,
showUploadList
:
false
,
headers
:
{
headers
:
{
'Accept'
:
'application/json;charset=UTF-8'
,
'Accept'
:
'application/json;charset=UTF-8'
,
'X-Access-Token'
:
lsTool
.
read
(
SysConsts
.
token
),
'X-Access-Token'
:
lsTool
.
read
(
SysConsts
.
token
),
'appKey'
:
'CONVERTER_STATION'
,
'appKey'
:
window
.
appKey
,
'product'
:
'CONVERTER_STATION_WEB'
,
'product'
:
window
.
product
,
'token'
:
lsTool
.
read
(
SysConsts
.
token
)
'token'
:
lsTool
.
read
(
SysConsts
.
token
)
},
},
onChange
(
info
)
{
onChange
(
info
)
{
...
...
src/view/bizview/fireRectification/index.js
View file @
25c219b7
...
@@ -392,9 +392,9 @@ class FireRectification extends Component {
...
@@ -392,9 +392,9 @@ class FireRectification extends Component {
headers
:
{
headers
:
{
Accept
:
'application/json;charset=UTF-8'
,
Accept
:
'application/json;charset=UTF-8'
,
'X-Api-Key'
:
_amosTool
.
Store
.
getCookieByName
(
apiKey
),
'X-Api-Key'
:
_amosTool
.
Store
.
getCookieByName
(
apiKey
),
'X-Access-Token'
:
ls
.
read
(
token
),
'X-Access-Token'
:
ls
.
read
(
token
),
'appKey'
:
'CONVERTER_STATION'
,
'appKey'
:
window
.
appKey
,
'product'
:
'CONVERTER_STATION_WEB'
,
'product'
:
window
.
product
,
'token'
:
ls
.
read
(
token
)
'token'
:
ls
.
read
(
token
)
},
},
body
:
formData
body
:
formData
...
...
src/view/planMgmt/cusVizLib/index.js
View file @
25c219b7
...
@@ -76,9 +76,9 @@ class CusVizLib extends Component {
...
@@ -76,9 +76,9 @@ class CusVizLib extends Component {
headers
:
{
headers
:
{
'Accept'
:
'application/json;charset=UTF-8'
,
'Accept'
:
'application/json;charset=UTF-8'
,
'X-Api-Key'
:
_amosTool
.
Store
.
getCookieByName
(
apiKey
),
'X-Api-Key'
:
_amosTool
.
Store
.
getCookieByName
(
apiKey
),
'X-Access-Token'
:
ls
.
read
(
token
),
'X-Access-Token'
:
ls
.
read
(
token
),
'appKey'
:
'CONVERTER_STATION'
,
'appKey'
:
window
.
appKey
,
'product'
:
'CONVERTER_STATION_WEB'
,
'product'
:
window
.
product
,
'token'
:
ls
.
read
(
token
)
'token'
:
ls
.
read
(
token
)
},
},
body
:
formData
body
:
formData
...
...
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