mirror of
https://gitee.com/willfree/MINResolveV2.git
synced 2026-06-03 08:16:55 +08:00
再次尝试,还是失败
This commit is contained in:
@@ -152,6 +152,11 @@ function refreshActiveTab () {
|
||||
var tabIndex = tabs[0].index;
|
||||
chrome.tabs.query({}, function(tabs) {
|
||||
chrome.tabs.reload(tabs[tabIndex].id);
|
||||
// var o;
|
||||
// o.url="https://www.csdn.net/";
|
||||
// chrome.tabs.create(o,function () {
|
||||
// console.log("test");
|
||||
// });
|
||||
})
|
||||
});
|
||||
console.log("refresh########");
|
||||
@@ -194,6 +199,7 @@ function express(prefixUri) {
|
||||
/* save */
|
||||
save({"storage": storage});
|
||||
load("storage", reload);
|
||||
// setTimeout(refreshActiveTab(),2000);
|
||||
}else{
|
||||
// mis没有该前缀对应的映射
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user