Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAMOSIotView
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
iot
YeeAMOSIotView
Commits
763034dd
Commit
763034dd
authored
Nov 25, 2020
by
高东东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)插件sdk冲突
parent
e2bc2520
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.js
lib/index.js
+1
-1
processor.js
lib/utils/processor.js
+1
-1
request.js
lib/utils/request.js
+1
-1
No files found.
lib/index.js
View file @
763034dd
...
@@ -39,7 +39,7 @@ var plugView = {
...
@@ -39,7 +39,7 @@ var plugView = {
},
},
initPluginsConfig
=
function
(
e
)
{
initPluginsConfig
=
function
(
e
)
{
e
=
e
.
staticHeader
;
e
=
e
.
staticHeader
;
window
.
is
PluginsToAmos
=
!
0
,
window
.
r
equestInfo
=
{
window
.
is
IotPluginsToAmos
=
!
0
,
window
.
iotR
equestInfo
=
{
staticHeader
:
e
staticHeader
:
e
}
}
};
};
...
...
lib/utils/processor.js
View file @
763034dd
...
@@ -73,7 +73,7 @@ function _defineProperty(e, t, r) {
...
@@ -73,7 +73,7 @@ function _defineProperty(e, t, r) {
}
}
var
lsTool
=
_amosTool
.
Store
.
lsTool
,
var
lsTool
=
_amosTool
.
Store
.
lsTool
,
defaultHeaders
=
function
()
{
defaultHeaders
=
function
()
{
return
window
.
is
PluginsToAmos
?
window
.
r
equestInfo
.
staticHeader
:
{
return
window
.
is
IotPluginsToAmos
?
window
.
iotR
equestInfo
.
staticHeader
:
{
appKey
:
"AMOS_IOT"
,
appKey
:
"AMOS_IOT"
,
product
:
"AMOS_IOT_WEB"
product
:
"AMOS_IOT_WEB"
}
}
...
...
lib/utils/request.js
View file @
763034dd
...
@@ -43,7 +43,7 @@ function _defineProperty(e, o, r) {
...
@@ -43,7 +43,7 @@ function _defineProperty(e, o, r) {
}
}
var
lsTool
=
_amosTool
.
Store
.
lsTool
,
var
lsTool
=
_amosTool
.
Store
.
lsTool
,
defaultHeaders
=
function
()
{
defaultHeaders
=
function
()
{
return
window
.
is
PluginsToAmos
?
window
.
r
equestInfo
.
staticHeader
:
{
return
window
.
is
IotPluginsToAmos
?
window
.
iotR
equestInfo
.
staticHeader
:
{
appKey
:
"AMOS_IOT"
,
appKey
:
"AMOS_IOT"
,
product
:
"AMOS_IOT_WEB"
product
:
"AMOS_IOT_WEB"
}
}
...
...
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