Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ad883575ce525a4e9bd8613311c9866b961c5e54
Authored by
ykxie
2017-02-10 15:40:50 +0800
1 parent
15225eea
重写console
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
src/js/util/util.js
src/js/util/util.js
View file @
ad88357
...
...
@@ -40,3 +40,10 @@ getCDNFile = function (cdnUrl) {
40
40
}
41
41
$w.utils = $w.utils || utils;
42
42
})(window, jQuery)
43
+
44
+
45
+window.console.log = function(){
46
+}
47
+window.console.info = function(){
48
+}
49
+
...
...