Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张文文
2019-10-22 17:07:10 +0800
Commit
992a55eda3cb8c847dca7a00cc6bf769fcf26274
1 parent
0b8bb7ff
数据上报添加默认字段 review by lea.guo
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/index.html
doraemon/views/index.hbs
apps/index.html
View file @
992a55e
...
...
@@ -170,7 +170,7 @@
}
})();
window
.
appBaseLogs
=
{
events
:
[{}]};
window
.
appBaseLogs
=
{
events
:
[{}]
,
device
:
{
ak
:
''
,
udid
:
''
},
status
:
[{
av
:
''
,
udid
:
''
,
sid
:
''
}]
};
</script>
</body>
</html>
...
...
doraemon/views/index.hbs
View file @
992a55e
...
...
@@ -122,7 +122,7 @@
})();
}());
window
.
appBaseLogs
=
{
events
:
[{}]};
window
.
appBaseLogs
=
{
events
:
[{}]
,
device
:
{
ak
:
''
,
udid
:
''
},
status
:
[{
av
:
''
,
udid
:
''
,
sid
:
''
}]
};
},
500
);
</script>
...
...
Please
register
or
login
to post a comment