Skip to content

Commit 0069e6e

Browse files
committed
更新 jd_hd.js
1 parent 1b72086 commit 0069e6e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Script/jd_hd.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,20 @@ html =
123123
callback(toolList);
124124
});
125125
126-
127126
myPlugin.on('ready', function() {
128127
129128
//vConsole.show();
130129
131-
setTimeout(() => vConsole.showTab("jd_hd"), 300);
130+
setTimeout(() => {
131+
// vConsole.showTab("jd_hd"), 300);
132132
console.log(window.location.href)
133133
134134
});
135135
**/
136+
137+
setTimeout(() => {
138+
console.log(window.location.href)
139+
});
136140
137141
}
138142
</script>

0 commit comments

Comments
 (0)