method-tool
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -95,2 +95,3 @@ "use strict"; | ||
if (newDate > date) { | ||
console.log('到了'); | ||
var auth = s.getStorage('a', 'session'); | ||
@@ -97,0 +98,0 @@ if (auth && auth['a'] == 'data') { |
{ | ||
"name": "method-tool", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
3983
141