mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-10-16 18:18:00 +08:00
由gopath形式改为module
This commit is contained in:
4
gateway/static/js/jquery.min.js
vendored
Normal file
4
gateway/static/js/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
gateway/static/js/jquery.ui.min.js
vendored
Normal file
12
gateway/static/js/jquery.ui.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
gateway/static/js/reload.min.js
vendored
Normal file
1
gateway/static/js/reload.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
function b(a){var c=new WebSocket(a);c.onclose=function(){setTimeout(function(){b(a)},2E3)};c.onmessage=function(){location.reload()}}try{if(window.WebSocket)try{b("ws://localhost:12450/reload")}catch(a){console.error(a)}else console.log("Your browser does not support WebSockets.")}catch(a){console.error("Exception during connecting to Reload:",a)};
|
Reference in New Issue
Block a user