|
@@ -270,7 +270,6 @@ CampusInfoBrowser.LocalStorage=function(webview){
|
|
|
|
|
|
|
|
var storage = JSON.parse(str)
|
|
var storage = JSON.parse(str)
|
|
|
if(storage.title == datas.title || storage.url == datas.url){
|
|
if(storage.title == datas.title || storage.url == datas.url){
|
|
|
- console.log(333);
|
|
|
|
|
localStorage.getItem(storage.key);
|
|
localStorage.getItem(storage.key);
|
|
|
localStorage.removeItem(storage.key);
|
|
localStorage.removeItem(storage.key);
|
|
|
}
|
|
}
|